Class QueryCloudVariableInstanceRepresentationModelAssembler
java.lang.Object
org.activiti.cloud.services.query.rest.assembler.QueryCloudVariableInstanceRepresentationModelAssembler
- All Implemented Interfaces:
org.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.cloud.services.query.model.ProcessVariableEntity,org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.QueryCloudVariableInstance>>
public class QueryCloudVariableInstanceRepresentationModelAssembler
extends Object
implements org.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.cloud.services.query.model.ProcessVariableEntity,org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.QueryCloudVariableInstance>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.QueryCloudVariableInstance> toModel(org.activiti.cloud.services.query.model.ProcessVariableEntity 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
-
QueryCloudVariableInstanceRepresentationModelAssembler
public QueryCloudVariableInstanceRepresentationModelAssembler()
-
-
Method Details
-
toModel
public org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.QueryCloudVariableInstance> toModel(org.activiti.cloud.services.query.model.ProcessVariableEntity entity) - Specified by:
toModelin interfaceorg.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.cloud.services.query.model.ProcessVariableEntity,org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.QueryCloudVariableInstance>>
-