Modifier and Type | Method and Description |
---|---|
List<CaseInstanceDto> |
CaseInstanceRestService.getCaseInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
CaseInstanceQuery interface as a REST service. |
List<CaseInstanceDto> |
CaseInstanceRestService.queryCaseInstances(CaseInstanceQueryDto query,
Integer firstResult,
Integer maxResults)
Expects the same parameters as
CaseInstanceRestService.getCaseInstances(UriInfo, Integer, Integer) (as a JSON message body)
and allows for any number of variable checks. |
Modifier and Type | Method and Description |
---|---|
static CaseInstanceDto |
CaseInstanceDto.fromCaseInstance(CaseInstance instance) |
Modifier and Type | Method and Description |
---|---|
List<CaseInstanceDto> |
CaseInstanceRestServiceImpl.getCaseInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
List<CaseInstanceDto> |
CaseInstanceRestServiceImpl.queryCaseInstances(CaseInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
CaseInstanceDto |
CaseDefinitionResource.createCaseInstance(javax.ws.rs.core.UriInfo context,
CreateCaseInstanceDto parameters) |
Modifier and Type | Method and Description |
---|---|
CaseInstanceDto |
CaseDefinitionResourceImpl.createCaseInstance(javax.ws.rs.core.UriInfo context,
CreateCaseInstanceDto parameters) |
Modifier and Type | Method and Description |
---|---|
CaseInstanceDto |
CaseInstanceResource.getCaseInstance() |
Modifier and Type | Method and Description |
---|---|
CaseInstanceDto |
CaseInstanceResourceImpl.getCaseInstance() |
Copyright © 2022. All rights reserved.