|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CaseExecutionDto in org.camunda.bpm.engine.rest |
|---|
| Methods in org.camunda.bpm.engine.rest that return types with arguments of type CaseExecutionDto | |
|---|---|
List<CaseExecutionDto> |
CaseExecutionRestService.getCaseExecutions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the CaseExecutionQuery interface as a REST service. |
List<CaseExecutionDto> |
CaseExecutionRestService.queryCaseExecutions(CaseExecutionQueryDto query,
Integer firstResult,
Integer maxResults)
Expects the same parameters as CaseExecutionRestService.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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
CaseExecutionDto |
CaseExecutionResourceImpl.getCaseExecution()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||