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(org.activiti.cloud.services.query.app.repository.IntegrationContextRepository repository, IntegrationContextRepresentationModelAssembler representationModelAssembler, org.activiti.cloud.alfresco.data.domain.AlfrescoPagedModelAssembler<org.activiti.cloud.services.query.model.IntegrationContextEntity> pagedCollectionModelAssembler) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<org.activiti.cloud.api.process.model.CloudIntegrationContext>> findAllByServiceTaskId(String serviceTaskId, org.springframework.data.domain.Pageable pageable) org.springframework.hateoas.EntityModel<org.activiti.cloud.api.process.model.CloudIntegrationContext> findByServiceTaskId(String serviceTaskId) Deprecated.
-
Constructor Details
-
ServiceTaskIntegrationContextAdminController
public ServiceTaskIntegrationContextAdminController(org.activiti.cloud.services.query.app.repository.IntegrationContextRepository repository, IntegrationContextRepresentationModelAssembler representationModelAssembler, org.activiti.cloud.alfresco.data.domain.AlfrescoPagedModelAssembler<org.activiti.cloud.services.query.model.IntegrationContextEntity> pagedCollectionModelAssembler)
-
-
Method Details
-
findByServiceTaskId
@Deprecated @RequestMapping(value="/{serviceTaskId}/integration-context", method=GET) public org.springframework.hateoas.EntityModel<org.activiti.cloud.api.process.model.CloudIntegrationContext> findByServiceTaskId(@PathVariable String serviceTaskId) Deprecated.UsefindAllByServiceTaskId(String, Pageable)instead. -
findAllByServiceTaskId
@RequestMapping(value="/{serviceTaskId}/integration-contexts", method=GET) public org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<org.activiti.cloud.api.process.model.CloudIntegrationContext>> findAllByServiceTaskId(@PathVariable String serviceTaskId, org.springframework.data.domain.Pageable pageable)
-
findAllByServiceTaskId(String, Pageable)instead.