Uses of Interface
org.camunda.bpm.engine.history.HistoricVariableInstance
-
Packages that use HistoricVariableInstance Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of HistoricVariableInstance in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricVariableInstance Modifier and Type Method Description List<HistoricVariableInstance>HistoricVariableInstanceQueryImpl. executeList(CommandContext commandContext, Page page)List<HistoricVariableInstance>NativeHistoricVariableInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults) -
Uses of HistoricVariableInstance in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricVariableInstance Modifier and Type Class Description classHistoricVariableInstanceEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricVariableInstance Modifier and Type Method Description List<HistoricVariableInstance>HistoricVariableInstanceManager. findHistoricVariableInstancesByCaseInstanceId(String caseInstanceId)List<HistoricVariableInstance>HistoricVariableInstanceManager. findHistoricVariableInstancesByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)List<HistoricVariableInstance>HistoricVariableInstanceManager. findHistoricVariableInstancesByProcessInstanceId(String processInstanceId)List<HistoricVariableInstance>HistoricVariableInstanceManager. findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
-