Class RestRuleSimpleConditionModelMapper
java.lang.Object
org.alfresco.rest.api.impl.mapper.rules.RestRuleSimpleConditionModelMapper
- All Implemented Interfaces:
RestModelMapper<SimpleCondition,
ActionCondition>
@Experimental
public class RestRuleSimpleConditionModelMapper
extends Object
implements RestModelMapper<SimpleCondition,ActionCondition>
-
Constructor Summary
ConstructorsConstructorDescriptionRestRuleSimpleConditionModelMapper
(org.alfresco.service.namespace.NamespaceService namespaceService, Nodes nodes) -
Method Summary
Modifier and TypeMethodDescriptiontoRestModel
(ActionCondition actionCondition) toServiceModel
(SimpleCondition restModel) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.alfresco.rest.api.model.mapper.RestModelMapper
toRestModel, toRestModels, toServiceModel, toServiceModels
-
Constructor Details
-
RestRuleSimpleConditionModelMapper
public RestRuleSimpleConditionModelMapper(org.alfresco.service.namespace.NamespaceService namespaceService, Nodes nodes)
-
-
Method Details
-
toRestModel
- Specified by:
toRestModel
in interfaceRestModelMapper<SimpleCondition,
ActionCondition>
-
toServiceModel
- Specified by:
toServiceModel
in interfaceRestModelMapper<SimpleCondition,
ActionCondition>
-