public interface CaseExecutionRestService
Modifier and Type | Method and Description |
---|---|
CaseExecutionResource |
getCaseExecution(String caseExecutionId) |
List<CaseExecutionDto> |
getCaseExecutions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
CaseExecutionQuery interface as a REST service. |
CountResultDto |
getCaseExecutionsCount(javax.ws.rs.core.UriInfo uriInfo) |
List<CaseExecutionDto> |
queryCaseExecutions(CaseExecutionQueryDto query,
Integer firstResult,
Integer maxResults)
Expects the same parameters as
getCaseExecutions(UriInfo, Integer, Integer) (as a JSON message body)
and allows for any number of variable checks. |
CountResultDto |
queryCaseExecutionsCount(CaseExecutionQueryDto query) |
static final String PATH
CaseExecutionResource getCaseExecution(String caseExecutionId)
List<CaseExecutionDto> getCaseExecutions(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
CaseExecutionQuery
interface as a REST service.uriInfo
- firstResult
- maxResults
- List<CaseExecutionDto> queryCaseExecutions(CaseExecutionQueryDto query, Integer firstResult, Integer maxResults)
getCaseExecutions(UriInfo, Integer, Integer)
(as a JSON message body)
and allows for any number of variable checks.query
- firstResult
- maxResults
- CountResultDto getCaseExecutionsCount(@Context javax.ws.rs.core.UriInfo uriInfo)
CountResultDto queryCaseExecutionsCount(CaseExecutionQueryDto query)
Copyright © 2017. All rights reserved.