Class ServiceTaskRepresentationModelAssembler

java.lang.Object
org.activiti.cloud.services.query.rest.assembler.ServiceTaskRepresentationModelAssembler
All Implemented Interfaces:
org.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.cloud.services.query.model.ServiceTaskEntity,org.springframework.hateoas.EntityModel<org.activiti.cloud.api.process.model.CloudServiceTask>>

public class ServiceTaskRepresentationModelAssembler extends Object implements org.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.cloud.services.query.model.ServiceTaskEntity,org.springframework.hateoas.EntityModel<org.activiti.cloud.api.process.model.CloudServiceTask>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.hateoas.EntityModel<org.activiti.cloud.api.process.model.CloudServiceTask>
    toModel(org.activiti.cloud.services.query.model.ServiceTaskEntity 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

    • ServiceTaskRepresentationModelAssembler

      public ServiceTaskRepresentationModelAssembler()
  • Method Details

    • toModel

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