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.JsonNodevoidsetAccessRule(InheritedRule accessRule) voidsetAppraisalRule(AppraisalRule appraisalRule) voidsetClassificationRule(ClassificationRule classificationRule) voidsetDisseminationRule(InheritedRule disseminationRule) voidsetHoldRule(InheritedRule holdRule) voidsetIndexationDate(String indexationDate) voidsetInheritedRulesAPIOutput(com.fasterxml.jackson.databind.JsonNode inheritedRulesAPIOutput) voidsetNeedAuthorization(List<Boolean> needAuthorization) voidsetReuseRule(InheritedRule reuseRule) voidsetStorageRule(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
-