Uses of Class
fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model.RuleCategoryInheritanceOrigin
-
Packages that use RuleCategoryInheritanceOrigin Package Description fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model -
-
Uses of RuleCategoryInheritanceOrigin in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model
Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model that return RuleCategoryInheritanceOrigin Modifier and Type Method Description RuleCategoryInheritanceOriginInheritedRule. getRuleCategoryInheritanceOrigin()static RuleCategoryInheritanceOriginRuleCategoryInheritanceOrigin. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleCategoryInheritanceOrigin[]RuleCategoryInheritanceOrigin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model with parameters of type RuleCategoryInheritanceOrigin Modifier and Type Method Description InheritedRuleInheritedRule. setRuleCategoryInheritanceOrigin(RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin)Constructors in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model with parameters of type RuleCategoryInheritanceOrigin Constructor Description AppraisalRule(java.time.LocalDate maxEndDate, Properties properties, java.util.Map<java.lang.String,java.time.LocalDate> ruleIdToRule, java.util.List<ComputedInheritedRuleModel> rules, RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin, java.util.Set<java.lang.String> inheritedRuleIds)ClassificationRule(java.time.LocalDate maxEndDate, Properties properties, java.util.Map<java.lang.String,java.time.LocalDate> ruleIdToRule, java.util.List<ComputedInheritedRuleModel> rules, RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin, java.util.Set<java.lang.String> inheritedRuleIds)InheritedRule(java.time.LocalDate maxEndDate, java.util.Map<java.lang.String,java.time.LocalDate> ruleIdToRule, java.util.List<ComputedInheritedRuleModel> rules, RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin, java.util.Set<java.lang.String> inheritedRuleIds)StorageRule(java.time.LocalDate maxEndDate, Properties properties, java.util.Map<java.lang.String,java.time.LocalDate> ruleIdToRule, java.util.List<ComputedInheritedRuleModel> rules, RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin, java.util.Set<java.lang.String> inheritedRuleIds)
-