Uses of Class
fr.gouv.vitam.common.model.rules.InheritedRuleResponseModel
-
Packages that use InheritedRuleResponseModel Package Description fr.gouv.vitam.common.model.rules fr.gouv.vitam.worker.core.plugin.elimination -
-
Uses of InheritedRuleResponseModel in fr.gouv.vitam.common.model.rules
Methods in fr.gouv.vitam.common.model.rules that return types with arguments of type InheritedRuleResponseModel Modifier and Type Method Description java.util.List<InheritedRuleResponseModel>InheritedRuleCategoryResponseModel. getRules()Method parameters in fr.gouv.vitam.common.model.rules with type arguments of type InheritedRuleResponseModel Modifier and Type Method Description voidInheritedRuleCategoryResponseModel. setRules(java.util.List<InheritedRuleResponseModel> rules)Constructor parameters in fr.gouv.vitam.common.model.rules with type arguments of type InheritedRuleResponseModel Constructor Description InheritedRuleCategoryResponseModel(java.util.List<InheritedRuleResponseModel> rules, java.util.List<InheritedPropertyResponseModel> properties) -
Uses of InheritedRuleResponseModel in fr.gouv.vitam.worker.core.plugin.elimination
Method parameters in fr.gouv.vitam.worker.core.plugin.elimination with type arguments of type InheritedRuleResponseModel Modifier and Type Method Description EliminationAnalysisResultEliminationAnalysisService. analyzeElimination(java.lang.String operationId, java.util.List<InheritedRuleResponseModel> rules, java.util.List<InheritedPropertyResponseModel> properties, java.time.LocalDate expirationDate, java.lang.String sp)
-