Uses of Class
org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
-
Packages that use VariableInstanceQueryImpl Package Description org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of VariableInstanceQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type VariableInstanceQueryImpl Modifier and Type Method Description protected void
VariableInstanceManager. configureQuery(VariableInstanceQueryImpl query)
protected void
AuthorizationManager. configureVariableInstanceQuery(VariableInstanceQueryImpl query)
List<VariableInstance>
VariableInstanceManager. findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery, Page page)
long
VariableInstanceManager. findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery)
-