Class ProcessInstanceVariableRepresentationModelAssembler
java.lang.Object
org.activiti.cloud.services.query.rest.assembler.ProcessInstanceVariableRepresentationModelAssembler
- 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.CloudVariableInstance>>
public class ProcessInstanceVariableRepresentationModelAssembler
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.CloudVariableInstance>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.CloudVariableInstance> 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
-
ProcessInstanceVariableRepresentationModelAssembler
public ProcessInstanceVariableRepresentationModelAssembler()
-
-
Method Details
-
toModel
public org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.CloudVariableInstance> 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.CloudVariableInstance>>
-