Uses of Class
org.activiti.cloud.services.query.rest.assembler.IntegrationContextRepresentationModelAssembler
-
Packages that use IntegrationContextRepresentationModelAssembler Package Description org.activiti.cloud.conf org.activiti.cloud.services.query.rest -
-
Uses of IntegrationContextRepresentationModelAssembler in org.activiti.cloud.conf
Methods in org.activiti.cloud.conf that return IntegrationContextRepresentationModelAssembler Modifier and Type Method Description IntegrationContextRepresentationModelAssemblerQueryRestWebMvcAutoConfiguration. integrationContextRepresentationModelAssembler() -
Uses of IntegrationContextRepresentationModelAssembler in org.activiti.cloud.services.query.rest
Constructors in org.activiti.cloud.services.query.rest with parameters of type IntegrationContextRepresentationModelAssembler Constructor Description ServiceTaskIntegrationContextAdminController(IntegrationContextRepository repository, IntegrationContextRepresentationModelAssembler representationModelAssembler, EntityFinder entityFinder)
-