Package | Description |
---|---|
org.camunda.bpm.engine.rest | |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Method and Description |
---|---|
List<ExecutionDto> |
ExecutionRestService.queryExecutions(ExecutionQueryDto query,
Integer firstResult,
Integer maxResults) |
CountResultDto |
ExecutionRestService.queryExecutionsCount(ExecutionQueryDto query) |
Modifier and Type | Method and Description |
---|---|
List<ExecutionDto> |
ExecutionRestServiceImpl.queryExecutions(ExecutionQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
CountResultDto |
ExecutionRestServiceImpl.queryExecutionsCount(ExecutionQueryDto queryDto) |
Copyright © 2015. All rights reserved.