Uses of Class
org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
Packages that use HistoricVariableInstanceQueryImpl
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricVariableInstanceQueryImpl in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return HistoricVariableInstanceQueryImplModifier and TypeMethodDescriptionHistoricVariableInstanceQueryImpl.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 -
Uses of HistoricVariableInstanceQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricVariableInstanceQueryImplModifier and TypeMethodDescriptionvoid
AuthorizationManager.configureHistoricVariableInstanceQuery
(HistoricVariableInstanceQueryImpl query) protected void
HistoricVariableInstanceManager.configureQuery
(HistoricVariableInstanceQueryImpl query) long
HistoricVariableInstanceManager.findHistoricVariableInstanceCountByQueryCriteria
(HistoricVariableInstanceQueryImpl historicProcessVariableQuery) HistoricVariableInstanceManager.findHistoricVariableInstancesByQueryCriteria
(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)