Class TaskVariableRepresentationModelAssembler
java.lang.Object
org.activiti.cloud.services.query.rest.assembler.TaskVariableRepresentationModelAssembler
- All Implemented Interfaces:
org.springframework.hateoas.server.RepresentationModelAssembler<TaskVariableEntity,org.springframework.hateoas.EntityModel<CloudVariableInstance>>
public class TaskVariableRepresentationModelAssembler
extends Object
implements org.springframework.hateoas.server.RepresentationModelAssembler<TaskVariableEntity,org.springframework.hateoas.EntityModel<CloudVariableInstance>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.hateoas.EntityModel<CloudVariableInstance> toModel(TaskVariableEntity entity) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.hateoas.server.RepresentationModelAssembler
toCollectionModel
-
Constructor Details
-
TaskVariableRepresentationModelAssembler
public TaskVariableRepresentationModelAssembler()
-
-
Method Details
-
toModel
public org.springframework.hateoas.EntityModel<CloudVariableInstance> toModel(TaskVariableEntity entity) - Specified by:
toModelin interfaceorg.springframework.hateoas.server.RepresentationModelAssembler<TaskVariableEntity,org.springframework.hateoas.EntityModel<CloudVariableInstance>>
-