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