Uses of Interface
org.alfresco.rest.api.model.mapper.RestModelMapper
Packages that use RestModelMapper
Package
Description
-
Uses of RestModelMapper in org.alfresco.rest.api.impl.mapper.rules
Classes in org.alfresco.rest.api.impl.mapper.rules that implement RestModelMapper -
Uses of RestModelMapper in org.alfresco.rest.api.impl.rules
Methods in org.alfresco.rest.api.impl.rules with parameters of type RestModelMapperModifier and TypeMethodDescriptionvoidRuleLoader.setSimpleConditionMapper(RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) voidRulesImpl.setSimpleConditionMapper(RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) -
Uses of RestModelMapper in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules with parameters of type RestModelMapperModifier 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.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)