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 InclusionType
Load an InclusionType from a given string (case insensitively).RuleSet.getInclusionType()
static InclusionType
Returns 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) void
RuleSet.setInclusionType
(InclusionType inclusionType)