Uses of Class
fr.gouv.vitam.common.model.rules.InheritedPropertyResponseModel
-
Packages that use InheritedPropertyResponseModel Package Description fr.gouv.vitam.common.model.rules -
-
Uses of InheritedPropertyResponseModel in fr.gouv.vitam.common.model.rules
Methods in fr.gouv.vitam.common.model.rules that return types with arguments of type InheritedPropertyResponseModel Modifier and Type Method Description java.util.List<InheritedPropertyResponseModel>
UnitInheritedRulesResponseModel. getGlobalProperties()
java.util.List<InheritedPropertyResponseModel>
InheritedRuleCategoryResponseModel. getProperties()
Method parameters in fr.gouv.vitam.common.model.rules with type arguments of type InheritedPropertyResponseModel Modifier and Type Method Description void
UnitInheritedRulesResponseModel. setGlobalProperties(java.util.List<InheritedPropertyResponseModel> globalProperties)
void
InheritedRuleCategoryResponseModel. setProperties(java.util.List<InheritedPropertyResponseModel> properties)
-