Uses of Enum Class
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 class with the specified name.static InclusionType[]InclusionType.values()Returns an array containing the constants of this enum class, 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)