Modifier and Type | Method and Description |
---|---|
List<VariableInstanceDto> |
VariableInstanceRestService.getVariableInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues)
Exposes the
VariableInstanceQuery interface as a REST service. |
List<VariableInstanceDto> |
VariableInstanceRestService.queryVariableInstances(VariableInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues)
Expects the same parameters as
VariableInstanceRestService#getVariableInstances(UriInfo, Integer, Integer) (as a JSON message body)
and allows for any number of variable checks. |
Modifier and Type | Method and Description |
---|---|
static VariableInstanceDto |
VariableInstanceDto.fromVariableInstance(VariableInstance variableInstance) |
Modifier and Type | Method and Description |
---|---|
List<VariableInstanceDto> |
VariableInstanceRestServiceImpl.getVariableInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues) |
List<VariableInstanceDto> |
VariableInstanceRestServiceImpl.queryVariableInstances(VariableInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues) |
Modifier and Type | Method and Description |
---|---|
VariableInstanceDto |
VariableInstanceResource.getResource(boolean deserializeObjectValue) |
Modifier and Type | Method and Description |
---|---|
protected VariableInstanceDto |
VariableInstanceResourceImpl.transformToDto(VariableInstance queryResult) |
Copyright © 2022. All rights reserved.