Uses of Class
org.alfresco.rest.api.model.rules.CompositeCondition
Packages that use CompositeCondition
-
Uses of CompositeCondition in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules that return CompositeConditionModifier and TypeMethodDescriptionCompositeCondition.Builder.create()
static CompositeCondition
CompositeCondition.from
(List<ActionCondition> actionConditions) Converts Action conditions (service POJO) list to composite condition (REST model).Rule.getConditions()
static CompositeCondition
CompositeCondition.ofSimpleConditions
(List<SimpleCondition> simpleConditions, boolean inverted, ConditionOperator conditionOperator) Creates a composite condition instance of simple conditions.Methods in org.alfresco.rest.api.model.rules that return types with arguments of type CompositeConditionMethods in org.alfresco.rest.api.model.rules with parameters of type CompositeConditionModifier and TypeMethodDescriptionRule.Builder.conditions
(CompositeCondition conditions) void
Rule.setConditions
(CompositeCondition conditions) Method parameters in org.alfresco.rest.api.model.rules with type arguments of type CompositeConditionModifier and TypeMethodDescriptionCompositeCondition.Builder.compositeConditions
(List<CompositeCondition> compositeConditions) void
CompositeCondition.setCompositeConditions
(List<CompositeCondition> compositeConditions)