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
Constructors Constructor Description ServiceTaskIntegrationContextAdminController(IntegrationContextRepository repository, IntegrationContextRepresentationModelAssembler representationModelAssembler, EntityFinder entityFinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.hateoas.EntityModel<CloudIntegrationContext>findById(String serviceTaskId)
-
-
-
Constructor Detail
-
ServiceTaskIntegrationContextAdminController
public ServiceTaskIntegrationContextAdminController(IntegrationContextRepository repository, IntegrationContextRepresentationModelAssembler representationModelAssembler, EntityFinder entityFinder)
-
-
Method Detail
-
findById
@RequestMapping(value="/{serviceTaskId}/integration-context", method=GET) public org.springframework.hateoas.EntityModel<CloudIntegrationContext> findById(@PathVariable String serviceTaskId)
-
-