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 TypeMethodDescriptionvoidComputedInheritedRules.setAccessRule(InheritedRule accessRule) voidComputedInheritedRules.setDisseminationRule(InheritedRule disseminationRule) voidComputedInheritedRules.setHoldRule(InheritedRule holdRule) voidComputedInheritedRules.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)