Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
-
-
Uses of CaseExecutionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type CaseExecutionDto Modifier and Type Method Description List<CaseExecutionDto>
CaseExecutionRestService. getCaseExecutions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
Exposes theCaseExecutionQuery
interface as a REST service.List<CaseExecutionDto>
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
Methods in org.camunda.bpm.engine.rest.dto.runtime that return CaseExecutionDto Modifier and Type Method Description static CaseExecutionDto
CaseExecutionDto. fromCaseExecution(CaseExecution caseExecution)
-
Uses of CaseExecutionDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type CaseExecutionDto Modifier and Type Method Description List<CaseExecutionDto>
CaseExecutionRestServiceImpl. getCaseExecutions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
List<CaseExecutionDto>
CaseExecutionRestServiceImpl. queryCaseExecutions(CaseExecutionQueryDto queryDto, Integer firstResult, Integer maxResults)
-
Uses of CaseExecutionDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime that return CaseExecutionDto Modifier and Type Method Description CaseExecutionDto
CaseExecutionResource. getCaseExecution()
-
Uses of CaseExecutionDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return CaseExecutionDto Modifier and Type Method Description CaseExecutionDto
CaseExecutionResourceImpl. getCaseExecution()
-