Class IntegrationContextRepresentationModelAssembler

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

public class IntegrationContextRepresentationModelAssembler extends Object implements org.springframework.hateoas.server.RepresentationModelAssembler<org.activiti.cloud.services.query.model.IntegrationContextEntity, org.springframework.hateoas.EntityModel<org.activiti.cloud.api.process.model.CloudIntegrationContext>>
  • Constructor Details

    • IntegrationContextRepresentationModelAssembler

      public IntegrationContextRepresentationModelAssembler()
  • Method Details

    • toModel

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