|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ExecutionDto in org.camunda.bpm.engine.rest |
|---|
| Methods in org.camunda.bpm.engine.rest that return types with arguments of type ExecutionDto | |
|---|---|
List<ExecutionDto> |
ExecutionRestService.getExecutions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
|
List<ExecutionDto> |
ExecutionRestService.queryExecutions(ExecutionQueryDto query,
Integer firstResult,
Integer maxResults)
|
| Uses of ExecutionDto in org.camunda.bpm.engine.rest.dto.message |
|---|
| Methods in org.camunda.bpm.engine.rest.dto.message that return ExecutionDto | |
|---|---|
ExecutionDto |
MessageCorrelationResultDto.getExecution()
|
| Uses of ExecutionDto in org.camunda.bpm.engine.rest.dto.runtime |
|---|
| Methods in org.camunda.bpm.engine.rest.dto.runtime that return ExecutionDto | |
|---|---|
static ExecutionDto |
ExecutionDto.fromExecution(Execution execution)
|
| Uses of ExecutionDto in org.camunda.bpm.engine.rest.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type ExecutionDto | |
|---|---|
List<ExecutionDto> |
ExecutionRestServiceImpl.getExecutions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
|
List<ExecutionDto> |
ExecutionRestServiceImpl.queryExecutions(ExecutionQueryDto queryDto,
Integer firstResult,
Integer maxResults)
|
| Uses of ExecutionDto in org.camunda.bpm.engine.rest.sub.runtime |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.runtime that return ExecutionDto | |
|---|---|
ExecutionDto |
ExecutionResource.getExecution()
|
| Uses of ExecutionDto in org.camunda.bpm.engine.rest.sub.runtime.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return ExecutionDto | |
|---|---|
ExecutionDto |
ExecutionResourceImpl.getExecution()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||