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 TypeMethodDescriptionvoid
RuleLoader.setSimpleConditionMapper
(RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) void
RulesImpl.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 CompositeCondition
CompositeCondition.from
(List<ActionCondition> actionConditions, RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) Converts Action conditions (service POJO) list to composite condition (REST model).static Rule
Rule.from
(Rule ruleModel, RestModelMapper<SimpleCondition, ActionCondition> simpleConditionMapper) Converts service POJO rule to REST model rule.static SimpleCondition
SimpleCondition.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)