Uses of Enum
org.alfresco.rest.api.model.rules.ConditionOperator
Packages that use ConditionOperator
-
Uses of ConditionOperator in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules that return ConditionOperatorModifier and TypeMethodDescriptionstatic ConditionOperator
Returns the enum constant of this type with the specified name.static ConditionOperator[]
ConditionOperator.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 ConditionOperatorModifier and TypeMethodDescriptionCompositeCondition.Builder.booleanMode
(ConditionOperator booleanMode) void
CompositeCondition.setBooleanMode
(ConditionOperator booleanMode)