Uses of Class
fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model.InheritedRule
Packages that use InheritedRule
-
Uses of InheritedRule in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model
Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model that return InheritedRuleModifier and TypeMethodDescriptionComputedInheritedRules.getAccessRule()
ComputedInheritedRules.getAppraisalRule()
ComputedInheritedRules.getDisseminationRule()
ComputedInheritedRules.getHoldRule()
ComputedInheritedRules.getReuseRule()
ComputedInheritedRules.getStorageRule()
InheritedRule.setInheritedRuleIds
(Set<String> inheritedRuleIds) InheritedRule.setRuleCategoryInheritanceOrigin
(RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin) Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model with parameters of type InheritedRuleModifier and TypeMethodDescriptionvoid
ComputedInheritedRules.setAccessRule
(InheritedRule accessRule) void
ComputedInheritedRules.setDisseminationRule
(InheritedRule disseminationRule) void
ComputedInheritedRules.setHoldRule
(InheritedRule holdRule) void
ComputedInheritedRules.setReuseRule
(InheritedRule reuseRule) Constructor parameters in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model with type arguments of type InheritedRuleModifierConstructorDescriptionComputedInheritedRules
(Map<String, InheritedRule> inheritedRules, com.fasterxml.jackson.databind.JsonNode inheritedRulesAPIOutput, Map<String, Object> globalInheritedProperties, String indexationDate) ComputedInheritedRules
(Map<String, InheritedRule> inheritedRules, String indexationDate, Map<String, Object> globalInheritedProperties)