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, waitMethods inherited from interface org.alfresco.rest.api.model.mapper.RestModelMapper
toRestModel, toRestModels, toRestModels, toServiceModel, toServiceModels, toServiceModels
-
Constructor Details
-
RestRuleSimpleConditionModelMapper
public RestRuleSimpleConditionModelMapper(org.alfresco.service.namespace.NamespaceService namespaceService, Nodes nodes)
-
-
Method Details
-
toRestModel
- Specified by:
toRestModelin interfaceRestModelMapper<SimpleCondition,ActionCondition>
-
toServiceModel
- Specified by:
toServiceModelin interfaceRestModelMapper<SimpleCondition,ActionCondition>
-