Class TaskVariableRepresentationModelAssembler

java.lang.Object
org.activiti.cloud.services.query.rest.assembler.TaskVariableRepresentationModelAssembler
All Implemented Interfaces:
org.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.cloud.services.query.model.TaskVariableEntity,org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.CloudVariableInstance>>

public class TaskVariableRepresentationModelAssembler extends Object implements org.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.cloud.services.query.model.TaskVariableEntity,org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.CloudVariableInstance>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.CloudVariableInstance>
    toModel(org.activiti.cloud.services.query.model.TaskVariableEntity entity)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.hateoas.server.RepresentationModelAssembler

    toCollectionModel
  • Constructor Details

    • TaskVariableRepresentationModelAssembler

      public TaskVariableRepresentationModelAssembler()
  • Method Details

    • toModel

      public org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.CloudVariableInstance> toModel(org.activiti.cloud.services.query.model.TaskVariableEntity entity)
      Specified by:
      toModel in interface org.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.cloud.services.query.model.TaskVariableEntity,org.springframework.hateoas.EntityModel<org.activiti.cloud.api.model.shared.CloudVariableInstance>>