Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
Package
Description
-
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionCaseInstanceRestService.getCaseInstances
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theCaseInstanceQuery
interface as a REST service.CaseInstanceRestService.queryCaseInstances
(CaseInstanceQueryDto query, Integer firstResult, Integer maxResults) Expects the same parameters asCaseInstanceRestService.getCaseInstances(UriInfo, Integer, Integer)
(as a JSON message body) and allows for any number of variable checks. -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.dto.runtime
Modifier and TypeMethodDescriptionstatic CaseInstanceDto
CaseInstanceDto.fromCaseInstance
(CaseInstance instance) -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionCaseInstanceRestServiceImpl.getCaseInstances
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) CaseInstanceRestServiceImpl.queryCaseInstances
(CaseInstanceQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.sub.repository
Modifier and TypeMethodDescriptionCaseDefinitionResource.createCaseInstance
(jakarta.ws.rs.core.UriInfo context, CreateCaseInstanceDto parameters) -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.sub.repository.impl
Modifier and TypeMethodDescriptionCaseDefinitionResourceImpl.createCaseInstance
(jakarta.ws.rs.core.UriInfo context, CreateCaseInstanceDto parameters) -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.sub.runtime
-
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.sub.runtime.impl