Class StorageRule
- java.lang.Object
-
- fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model.InheritedRule
-
- fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model.StorageRule
-
public class StorageRule extends InheritedRule
-
-
Constructor Summary
Constructors Constructor Description StorageRule()StorageRule(java.time.LocalDate maxEndDate, Properties properties, java.util.Map<java.lang.String,java.time.LocalDate> ruleIdToRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getFinalAction()voidsetFinalAction(java.util.List<java.lang.String> finalAction)-
Methods inherited from class fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model.InheritedRule
getMaxEndDate, getRuleIdToRule, setMaxEndDate, setRuleIdToRule
-
-
-
-
Constructor Detail
-
StorageRule
public StorageRule()
-
StorageRule
public StorageRule(java.time.LocalDate maxEndDate, Properties properties, java.util.Map<java.lang.String,java.time.LocalDate> ruleIdToRule)
-
-