Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
- 
Packages that use VariableInstanceQueryDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl 
- 
- 
Uses of VariableInstanceQueryDto in org.camunda.bpm.engine.restMethods in org.camunda.bpm.engine.rest with parameters of type VariableInstanceQueryDto Modifier and Type Method Description java.util.List<VariableInstanceDto>VariableInstanceRestService. queryVariableInstances(VariableInstanceQueryDto queryDto, java.lang.Integer firstResult, java.lang.Integer maxResults, boolean deserializeObjectValues)Expects the same parameters asVariableInstanceRestService#getVariableInstances(UriInfo, Integer, Integer)(as a JSON message body) and allows for any number of variable checks.CountResultDtoVariableInstanceRestService. queryVariableInstancesCount(VariableInstanceQueryDto queryDto)
- 
Uses of VariableInstanceQueryDto in org.camunda.bpm.engine.rest.implMethods in org.camunda.bpm.engine.rest.impl with parameters of type VariableInstanceQueryDto Modifier and Type Method Description java.util.List<VariableInstanceDto>VariableInstanceRestServiceImpl. queryVariableInstances(VariableInstanceQueryDto queryDto, java.lang.Integer firstResult, java.lang.Integer maxResults, boolean deserializeObjectValues)CountResultDtoVariableInstanceRestServiceImpl. queryVariableInstancesCount(VariableInstanceQueryDto queryDto)
 
-