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 fr.gouv.vitam.worker.core.utils -
-
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 unitId, UnitType unitType, java.lang.String operationId, java.util.List<InheritedRuleResponseModel> appraisalRules, java.util.List<InheritedPropertyResponseModel> appraisalProperties, java.util.List<InheritedRuleResponseModel> holdRules, java.time.LocalDate expirationDate, java.lang.String sp) -
Uses of InheritedRuleResponseModel in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils that return types with arguments of type InheritedRuleResponseModel Modifier and Type Method Description static java.util.Set<InheritedRuleResponseModel>HoldRuleUtils. listActiveHoldRules(java.lang.String unitId, java.util.List<InheritedRuleResponseModel> holdRules, java.time.LocalDate expirationDate)Method parameters in fr.gouv.vitam.worker.core.utils with type arguments of type InheritedRuleResponseModel Modifier and Type Method Description static java.util.Set<InheritedRuleResponseModel>HoldRuleUtils. listActiveHoldRules(java.lang.String unitId, java.util.List<InheritedRuleResponseModel> holdRules, java.time.LocalDate expirationDate)
-