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 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
AuthorizationManager. configureHistoricVariableInstanceQuery(HistoricVariableInstanceQueryImpl query)
protected void
HistoricVariableInstanceManager. configureQuery(HistoricVariableInstanceQueryImpl query)
long
HistoricVariableInstanceManager. findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
List<HistoricVariableInstance>
HistoricVariableInstanceManager. findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
-