Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
Package
Description
-
Uses of CaseExecutionDto in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionCaseExecutionRestService.getCaseExecutions
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theCaseExecutionQuery
interface as a REST service.CaseExecutionRestService.queryCaseExecutions
(CaseExecutionQueryDto query, Integer firstResult, Integer maxResults) Expects the same parameters asCaseExecutionRestService.getCaseExecutions(UriInfo, Integer, Integer)
(as a JSON message body) and allows for any number of variable checks. -
Uses of CaseExecutionDto in org.camunda.bpm.engine.rest.dto.runtime
Modifier and TypeMethodDescriptionstatic CaseExecutionDto
CaseExecutionDto.fromCaseExecution
(CaseExecution caseExecution) -
Uses of CaseExecutionDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionCaseExecutionRestServiceImpl.getCaseExecutions
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) CaseExecutionRestServiceImpl.queryCaseExecutions
(CaseExecutionQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of CaseExecutionDto in org.camunda.bpm.engine.rest.sub.runtime
-
Uses of CaseExecutionDto in org.camunda.bpm.engine.rest.sub.runtime.impl