Class ServiceTaskIntegrationContextAdminController
java.lang.Object
org.activiti.cloud.services.query.rest.ServiceTaskIntegrationContextAdminController
@RestController
@RequestMapping(value="/admin/v1/service-tasks",
produces={"application/hal+json","application/json"})
public class ServiceTaskIntegrationContextAdminController
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionServiceTaskIntegrationContextAdminController(IntegrationContextRepository repository, IntegrationContextRepresentationModelAssembler representationModelAssembler, EntityFinder entityFinder) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.hateoas.EntityModel<CloudIntegrationContext>
-
Constructor Details
-
ServiceTaskIntegrationContextAdminController
public ServiceTaskIntegrationContextAdminController(IntegrationContextRepository repository, IntegrationContextRepresentationModelAssembler representationModelAssembler, EntityFinder entityFinder)
-
-
Method Details
-
findById
@RequestMapping(value="/{serviceTaskId}/integration-context", method=GET) public org.springframework.hateoas.EntityModel<CloudIntegrationContext> findById(@PathVariable String serviceTaskId)
-