|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableInstanceQueryDto | |
|---|---|
| org.camunda.bpm.engine.rest | |
| org.camunda.bpm.engine.rest.impl | |
| Uses of VariableInstanceQueryDto in org.camunda.bpm.engine.rest |
|---|
| Methods in org.camunda.bpm.engine.rest with parameters of type VariableInstanceQueryDto | |
|---|---|
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. |
CountResultDto |
VariableInstanceRestService.queryVariableInstancesCount(VariableInstanceQueryDto queryDto)
|
| Uses of VariableInstanceQueryDto in org.camunda.bpm.engine.rest.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.impl with parameters of type VariableInstanceQueryDto | |
|---|---|
List<VariableInstanceDto> |
VariableInstanceRestServiceImpl.queryVariableInstances(VariableInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues)
|
CountResultDto |
VariableInstanceRestServiceImpl.queryVariableInstancesCount(VariableInstanceQueryDto queryDto)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||