Modifier and Type | Method and Description |
---|---|
static HistoricVariableInstanceDto |
HistoricVariableInstanceDto.fromHistoricVariableInstance(HistoricVariableInstance historicVariableInstance) |
Modifier and Type | Method and Description |
---|---|
List<HistoricVariableInstanceDto> |
HistoricVariableInstanceRestService.getHistoricVariableInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults,
boolean deserializeValues)
Exposes the
HistoricVariableInstanceQuery interface as a REST
service. |
List<HistoricVariableInstanceDto> |
HistoricVariableInstanceRestService.queryHistoricVariableInstances(HistoricVariableInstanceQueryDto query,
Integer firstResult,
Integer maxResults,
boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
List<HistoricVariableInstanceDto> |
HistoricVariableInstanceRestServiceImpl.getHistoricVariableInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues) |
List<HistoricVariableInstanceDto> |
HistoricVariableInstanceRestServiceImpl.queryHistoricVariableInstances(HistoricVariableInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues) |
Modifier and Type | Method and Description |
---|---|
HistoricVariableInstanceDto |
HistoricVariableInstanceResource.getResource(boolean deserializeValue) |
Modifier and Type | Method and Description |
---|---|
protected HistoricVariableInstanceDto |
HistoricVariableInstanceResourceImpl.transformToDto(HistoricVariableInstance queryResult) |
Copyright © 2022. All rights reserved.