Uses of Class
fr.gouv.vitam.common.model.massupdate.RuleAction
-
Packages that use RuleAction Package Description fr.gouv.vitam.common.model.massupdate -
-
Uses of RuleAction in fr.gouv.vitam.common.model.massupdate
Methods in fr.gouv.vitam.common.model.massupdate that return RuleAction Modifier and Type Method Description RuleActionRuleAction. setDeleteStartDate(java.lang.Boolean deleteStartDate)RuleActionRuleAction. setEndDate(java.lang.String endDate)RuleActionRuleAction. setOldRule(java.lang.String oldRule)RuleActionRuleAction. setRule(java.lang.String rule)RuleActionRuleAction. setStartDate(java.lang.String startDate)Methods in fr.gouv.vitam.common.model.massupdate that return types with arguments of type RuleAction Modifier and Type Method Description java.util.List<RuleAction>RuleCategoryAction. getRules()java.util.Optional<java.util.List<RuleAction>>RuleCategoryActionDeletion. getRules()java.util.List<RuleAction>RuleCategoryActionDeletion. getRulesForDeserializer()Method parameters in fr.gouv.vitam.common.model.massupdate with type arguments of type RuleAction Modifier and Type Method Description RuleCategoryActionRuleCategoryAction. setRules(java.util.List<RuleAction> rules)voidRuleCategoryActionDeletion. setRules(java.util.List<RuleAction> rules)
-