Class ComputedInheritedRules
java.lang.Object
fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model.ComputedInheritedRules
ComputedInheritedRules
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComputedInheritedRules
(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) -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
void
setAccessRule
(InheritedRule accessRule) void
setAppraisalRule
(AppraisalRule appraisalRule) void
setClassificationRule
(ClassificationRule classificationRule) void
setDisseminationRule
(InheritedRule disseminationRule) void
setHoldRule
(InheritedRule holdRule) void
setIndexationDate
(String indexationDate) void
setInheritedRulesAPIOutput
(com.fasterxml.jackson.databind.JsonNode inheritedRulesAPIOutput) void
setNeedAuthorization
(List<Boolean> needAuthorization) void
setReuseRule
(InheritedRule reuseRule) void
setStorageRule
(StorageRule storageRule)
-
Field Details
-
STORAGE_RULE
- See Also:
-
APPRAISAL_RULE
- See Also:
-
DISSEMINATION_RULE
- See Also:
-
ACCESS_RULE
- See Also:
-
REUSE_RULE
- See Also:
-
HOLD_RULE
- See Also:
-
CLASSIFICATION_RULE
- See Also:
-
-
Constructor Details
-
ComputedInheritedRules
public ComputedInheritedRules() -
ComputedInheritedRules
-
ComputedInheritedRules
-
-
Method Details
-
getStorageRule
-
setStorageRule
-
getAppraisalRule
-
setAppraisalRule
-
getDisseminationRule
-
setDisseminationRule
-
getAccessRule
-
setAccessRule
-
getReuseRule
-
setReuseRule
-
getClassificationRule
-
setClassificationRule
-
getHoldRule
-
setHoldRule
-
getInheritedRulesAPIOutput
public com.fasterxml.jackson.databind.JsonNode getInheritedRulesAPIOutput() -
setInheritedRulesAPIOutput
public void setInheritedRulesAPIOutput(com.fasterxml.jackson.databind.JsonNode inheritedRulesAPIOutput) -
getIndexationDate
-
setIndexationDate
-
getNeedAuthorization
-
setNeedAuthorization
-