Class ProcessInstanceVariableRepresentationModelAssembler
java.lang.Object
org.activiti.cloud.services.rest.assemblers.ProcessInstanceVariableRepresentationModelAssembler
- All Implemented Interfaces:
org.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.api.model.shared.model.VariableInstance,org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.CloudVariableInstance>>
public class ProcessInstanceVariableRepresentationModelAssembler
extends Object
implements org.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.api.model.shared.model.VariableInstance,org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.CloudVariableInstance>>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.CloudVariableInstance> toModel(org.activiti.api.model.shared.model.VariableInstance variableInstance) 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(ToCloudVariableInstanceConverter converter)
-
-
Method Details