Uses of Class
org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl

Packages that use HistoricVariableInstanceQueryImpl
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
 HistoricVariableInstanceQueryImpl HistoricVariableInstanceQueryImpl.processInstanceId(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
 HistoricVariableInstanceQueryImpl DbEntityManager.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
 void AuthorizationManager.configureHistoricVariableInstanceQuery(HistoricVariableInstanceQueryImpl query)
           
protected  void HistoricVariableInstanceManager.configureQuery(HistoricVariableInstanceQueryImpl query)
           
 long HistoricVariableInstanceManager.findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
           
 List<HistoricVariableInstance> HistoricVariableInstanceManager.findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.