Uses of Class
org.alfresco.rest.api.model.rules.SimpleCondition
Packages that use SimpleCondition
-
Uses of SimpleCondition in org.alfresco.rest.api.impl.mapper.rules
Methods in org.alfresco.rest.api.impl.mapper.rules that return SimpleConditionModifier and TypeMethodDescriptionRestRuleSimpleConditionModelMapper.toRestModel
(ActionCondition actionCondition) Methods in org.alfresco.rest.api.impl.mapper.rules with parameters of type SimpleConditionModifier and TypeMethodDescriptionRestRuleSimpleConditionModelMapper.toServiceModel
(SimpleCondition restModel) Constructor parameters in org.alfresco.rest.api.impl.mapper.rules with type arguments of type SimpleConditionModifierConstructorDescriptionRestRuleCompositeConditionModelMapper
(RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) -
Uses of SimpleCondition in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules that return SimpleConditionMethods in org.alfresco.rest.api.model.rules that return types with arguments of type SimpleConditionMethod parameters in org.alfresco.rest.api.model.rules with type arguments of type SimpleConditionModifier and TypeMethodDescriptionvoid
CompositeCondition.setSimpleConditions
(List<SimpleCondition> simpleConditions) CompositeCondition.Builder.simpleConditions
(List<SimpleCondition> simpleConditions)