Uses of Class
org.alfresco.rest.api.model.rules.SimpleCondition
Packages that use SimpleCondition
Package
Description
-
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) -
Uses of SimpleCondition in org.alfresco.rest.api.impl.rules
Method parameters in org.alfresco.rest.api.impl.rules with type arguments of type SimpleConditionModifier and TypeMethodDescriptionvoidRuleLoader.setSimpleConditionMapper(RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) voidRulesImpl.setSimpleConditionMapper(RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) -
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, RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) 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, RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) 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.from(List<ActionCondition> actionConditions, RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) Converts Action conditions (service POJO) list to composite condition (REST model).static RuleRule.from(Rule ruleModel, RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) Converts service POJO rule to REST model rule.static SimpleConditionSimpleCondition.from(ActionCondition actionCondition, RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) Creates simple condition REST model instance from service POJO action condition.static List<SimpleCondition>SimpleCondition.listOf(List<ActionCondition> actionConditions, RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) Converts list of service POJO action conditions to list of REST model simple conditions.static 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) Rule.toServiceModel(Nodes nodes, RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) Convert the REST model object to the equivalent service POJO.SimpleCondition.toServiceModel(boolean inverted, RestModelMapper<SimpleCondition, ActionCondition> mapper) CompositeCondition.toServiceModels(RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper)