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.fr.gouv.vitam.functional.administration.common Provides common classes for the Functional 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. getEnumFromName(java.lang.String name)RuleTypeFileRulesModel. getRuleType()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()Methods in fr.gouv.vitam.common.model.administration with parameters of type RuleType Modifier and Type Method Description voidFileRulesModel. setRuleType(RuleType ruleType)Constructors in fr.gouv.vitam.common.model.administration with parameters of type RuleType Constructor Description FileRulesModel(java.lang.String ruleId, RuleType ruleType, java.lang.String ruleValue, java.lang.String ruleDescription, java.lang.String ruleDuration, RuleMeasurementEnum ruleMeasurement) -
Uses of RuleType in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return RuleType Modifier and Type Method Description RuleTypeFileRules. getRuletype()
-