Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
Packages that use CaseExecutionDto
Package
Description
-
Uses of CaseExecutionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type CaseExecutionDtoModifier 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
Methods in org.camunda.bpm.engine.rest.dto.runtime that return CaseExecutionDtoModifier and TypeMethodDescriptionstatic 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 CaseExecutionDtoModifier 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
Methods in org.camunda.bpm.engine.rest.sub.runtime that return CaseExecutionDto -
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