Uses of Class
fr.gouv.vitam.common.model.unit.ComputedInheritedRuleModel
Packages that use ComputedInheritedRuleModel
-
Uses of ComputedInheritedRuleModel in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model
Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model that return types with arguments of type ComputedInheritedRuleModelMethod parameters in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model with type arguments of type ComputedInheritedRuleModelModifier and TypeMethodDescriptionvoid
InheritedRule.setRules
(List<ComputedInheritedRuleModel> rules) Constructor parameters in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model with type arguments of type ComputedInheritedRuleModelModifierConstructorDescriptionAppraisalRule
(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)