Uses of Class
fr.gouv.vitam.common.model.administration.RuleType
-
Packages that use RuleType Package Description fr.gouv.vitam.common.model.administration Provides common public Model classes for the administration module. -
-
Uses of RuleType in fr.gouv.vitam.common.model.administration
Methods in fr.gouv.vitam.common.model.administration that return RuleType Modifier and Type Method Description static RuleTypeRuleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleType[]RuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.administration that return types with arguments of type RuleType Modifier and Type Method Description java.util.Set<RuleType>AccessContractModel. getRuleCategoryToFilter()
-