Uses of Enum Class
fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model.RuleCategoryInheritanceOrigin
Packages that use RuleCategoryInheritanceOrigin
-
Uses of RuleCategoryInheritanceOrigin in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model
Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model that return RuleCategoryInheritanceOriginModifier and TypeMethodDescriptionInheritedRule.getRuleCategoryInheritanceOrigin()Returns the enum constant of this class with the specified name.static RuleCategoryInheritanceOrigin[]RuleCategoryInheritanceOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model with parameters of type RuleCategoryInheritanceOriginModifier and TypeMethodDescriptionInheritedRule.setRuleCategoryInheritanceOrigin(RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin) Constructors in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model with parameters of type RuleCategoryInheritanceOriginModifierConstructorDescriptionAppraisalRule(LocalDate maxEndDate, Properties properties, Map<String, LocalDate> ruleIdToRule, List<ComputedInheritedRuleModel> rules, RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin, Set<String> inheritedRuleIds) ClassificationRule(LocalDate maxEndDate, Properties properties, Map<String, LocalDate> ruleIdToRule, List<ComputedInheritedRuleModel> rules, RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin, Set<String> inheritedRuleIds) InheritedRule(LocalDate maxEndDate, Map<String, LocalDate> ruleIdToRule, List<ComputedInheritedRuleModel> rules, RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin, Set<String> inheritedRuleIds) StorageRule(LocalDate maxEndDate, Properties properties, Map<String, LocalDate> ruleIdToRule, List<ComputedInheritedRuleModel> rules, RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin, Set<String> inheritedRuleIds)