Uses of Class
org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
- 
Packages that use HistoricVariableInstanceQueryImpl Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.db.entitymanager org.camunda.bpm.engine.impl.persistence.entity  - 
- 
Uses of HistoricVariableInstanceQueryImpl in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return HistoricVariableInstanceQueryImpl Modifier and Type Method Description HistoricVariableInstanceQueryImplHistoricVariableInstanceQueryImpl. processInstanceId(java.lang.String processInstanceId) - 
Uses of HistoricVariableInstanceQueryImpl in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager that return HistoricVariableInstanceQueryImpl Modifier and Type Method Description HistoricVariableInstanceQueryImplDbEntityManager. createHistoricVariableInstanceQuery() - 
Uses of HistoricVariableInstanceQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricVariableInstanceQueryImpl Modifier and Type Method Description voidAuthorizationManager. configureHistoricVariableInstanceQuery(HistoricVariableInstanceQueryImpl query)protected voidHistoricVariableInstanceManager. configureQuery(HistoricVariableInstanceQueryImpl query)longHistoricVariableInstanceManager. findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)java.util.List<HistoricVariableInstance>HistoricVariableInstanceManager. findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page) 
 -