|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionQueryDto | |
|---|---|
| org.camunda.bpm.engine.rest | |
| org.camunda.bpm.engine.rest.impl | |
| Uses of ExecutionQueryDto in org.camunda.bpm.engine.rest |
|---|
| Methods in org.camunda.bpm.engine.rest with parameters of type ExecutionQueryDto | |
|---|---|
List<ExecutionDto> |
ExecutionRestService.queryExecutions(ExecutionQueryDto query,
Integer firstResult,
Integer maxResults)
|
CountResultDto |
ExecutionRestService.queryExecutionsCount(ExecutionQueryDto query)
|
| Uses of ExecutionQueryDto in org.camunda.bpm.engine.rest.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.impl with parameters of type ExecutionQueryDto | |
|---|---|
List<ExecutionDto> |
ExecutionRestServiceImpl.queryExecutions(ExecutionQueryDto queryDto,
Integer firstResult,
Integer maxResults)
|
CountResultDto |
ExecutionRestServiceImpl.queryExecutionsCount(ExecutionQueryDto queryDto)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||