Uses of Class
fr.gouv.vitam.common.model.rules.InheritedRuleCategoryResponseModel
-
Packages that use InheritedRuleCategoryResponseModel Package Description fr.gouv.vitam.common.model.rules fr.gouv.vitam.worker.core.plugin.reclassification.utils fr.gouv.vitam.worker.core.utils -
-
Uses of InheritedRuleCategoryResponseModel in fr.gouv.vitam.common.model.rules
Methods in fr.gouv.vitam.common.model.rules that return types with arguments of type InheritedRuleCategoryResponseModel Modifier and Type Method Description java.util.Map<java.lang.String,InheritedRuleCategoryResponseModel>
UnitInheritedRulesResponseModel. getRuleCategories()
Methods in fr.gouv.vitam.common.model.rules with parameters of type InheritedRuleCategoryResponseModel Modifier and Type Method Description void
UnitInheritedRulesResponseModel. setRuleCategory(java.lang.String name, InheritedRuleCategoryResponseModel value)
-
Uses of InheritedRuleCategoryResponseModel in fr.gouv.vitam.worker.core.plugin.reclassification.utils
Methods in fr.gouv.vitam.worker.core.plugin.reclassification.utils that return types with arguments of type InheritedRuleCategoryResponseModel Modifier and Type Method Description java.util.Map<java.lang.String,InheritedRuleCategoryResponseModel>
UnitGraphInfoLoader. loadInheritedHoldRules(MetaDataClient metaDataClient, java.util.Set<java.lang.String> unitsIdToRearrange)
-
Uses of InheritedRuleCategoryResponseModel in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils that return InheritedRuleCategoryResponseModel Modifier and Type Method Description static InheritedRuleCategoryResponseModel
HoldRuleUtils. parseHoldRuleCategory(com.fasterxml.jackson.databind.JsonNode unit)
-