Uses of Class
fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model.InheritedRule
-
Packages that use InheritedRule Package Description fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model -
-
Uses of InheritedRule in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model
Subclasses of InheritedRule in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model Modifier and Type Class Description classAppraisalRuleclassClassificationRuleclassStorageRuleMethods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model that return InheritedRule Modifier and Type Method Description InheritedRuleComputedInheritedRules. getAccessRule()InheritedRuleComputedInheritedRules. getAppraisalRule()InheritedRuleComputedInheritedRules. getDisseminationRule()InheritedRuleComputedInheritedRules. getHoldRule()InheritedRuleComputedInheritedRules. getReuseRule()InheritedRuleComputedInheritedRules. getStorageRule()InheritedRuleInheritedRule. setInheritedRuleIds(java.util.Set<java.lang.String> inheritedRuleIds)InheritedRuleInheritedRule. setRuleCategoryInheritanceOrigin(RuleCategoryInheritanceOrigin ruleCategoryInheritanceOrigin)Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model with parameters of type InheritedRule Modifier and Type Method Description voidComputedInheritedRules. 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 InheritedRule Constructor Description ComputedInheritedRules(java.util.Map<java.lang.String,InheritedRule> inheritedRules, com.fasterxml.jackson.databind.JsonNode inheritedRulesAPIOutput, java.util.Map<java.lang.String,java.lang.Object> globalInheritedProperties, java.lang.String indexationDate)ComputedInheritedRules(java.util.Map<java.lang.String,InheritedRule> inheritedRules, java.lang.String indexationDate, java.util.Map<java.lang.String,java.lang.Object> globalInheritedProperties)
-