Uses of Class
org.alfresco.rest.api.model.rules.SimpleCondition
Packages that use SimpleCondition
-
Uses of SimpleCondition in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules that return SimpleConditionModifier and TypeMethodDescriptionSimpleCondition.Builder.create()static SimpleConditionSimpleCondition.from(ActionCondition actionCondition) Creates simple condition REST model instance from service POJO action condition.Methods in org.alfresco.rest.api.model.rules that return types with arguments of type SimpleConditionModifier and TypeMethodDescriptionCompositeCondition.getSimpleConditions()static List<SimpleCondition>SimpleCondition.listOf(List<ActionCondition> actionConditions) Converts list of service POJO action conditions to list of REST model simple conditions.Method parameters in org.alfresco.rest.api.model.rules with type arguments of type SimpleConditionModifier and TypeMethodDescriptionstatic CompositeConditionCompositeCondition.ofSimpleConditions(List<SimpleCondition> simpleConditions, boolean inverted, ConditionOperator conditionOperator) Creates a composite condition instance of simple conditions.voidCompositeCondition.setSimpleConditions(List<SimpleCondition> simpleConditions) CompositeCondition.Builder.simpleConditions(List<SimpleCondition> simpleConditions)