Uses of Enum
org.alfresco.rest.api.model.rules.InclusionType
Packages that use InclusionType
-
Uses of InclusionType in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules that return InclusionTypeModifier and TypeMethodDescriptionstatic InclusionTypeLoad an InclusionType from a given string (case insensitively).RuleSet.getInclusionType()static InclusionTypeReturns the enum constant of this type with the specified name.static InclusionType[]InclusionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.rest.api.model.rules with parameters of type InclusionTypeModifier and TypeMethodDescriptionRuleSet.Builder.inclusionType(InclusionType inclusionType) voidRuleSet.setInclusionType(InclusionType inclusionType)