Modifier and Type | Method and Description |
---|---|
static HistoricCaseInstanceDto |
HistoricCaseInstanceDto.fromHistoricCaseInstance(HistoricCaseInstance historicCaseInstance) |
Modifier and Type | Method and Description |
---|---|
List<HistoricCaseInstanceDto> |
HistoricCaseInstanceRestService.getHistoricCaseInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
HistoricCaseInstanceQuery interface as a REST
service. |
List<HistoricCaseInstanceDto> |
HistoricCaseInstanceRestService.queryHistoricCaseInstances(HistoricCaseInstanceQueryDto query,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
List<HistoricCaseInstanceDto> |
HistoricCaseInstanceRestServiceImpl.getHistoricCaseInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
List<HistoricCaseInstanceDto> |
HistoricCaseInstanceRestServiceImpl.queryHistoricCaseInstances(HistoricCaseInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
HistoricCaseInstanceDto |
HistoricCaseInstanceResource.getHistoricCaseInstance() |
Modifier and Type | Method and Description |
---|---|
HistoricCaseInstanceDto |
HistoricCaseInstanceResourceImpl.getHistoricCaseInstance() |
Copyright © 2022. All rights reserved.