Uses of Class
fr.gouv.vitam.common.model.unit.ComputedInheritedRuleModel
-
Uses of ComputedInheritedRuleModel in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model
Modifier and TypeMethodDescriptionvoid
InheritedRule.setRules
(List<ComputedInheritedRuleModel> rules) ModifierConstructorDescriptionAppraisalRule
(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)