public class HistoricVariableInstanceManager extends AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled
Constructor and Description |
---|
HistoricVariableInstanceManager() |
Modifier and Type | Method and Description |
---|---|
void |
deleteHistoricVariableInstanceByProcessInstanceId(String historicProcessInstanceId) |
void |
deleteHistoricVariableInstancesByTaskId(String taskId) |
HistoricVariableInstanceEntity |
findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId) |
long |
findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery) |
List<HistoricVariableInstance> |
findHistoricVariableInstancesByProcessInstanceId(String processInstanceId) |
List<HistoricVariableInstance> |
findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery,
Page page) |
checkHistoryEnabled, isHistoryEnabled, isHistoryLevelFullEnabled
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert
public void deleteHistoricVariableInstanceByProcessInstanceId(String historicProcessInstanceId)
public List<HistoricVariableInstance> findHistoricVariableInstancesByProcessInstanceId(String processInstanceId)
public long findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
public List<HistoricVariableInstance> findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
public HistoricVariableInstanceEntity findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId)
public void deleteHistoricVariableInstancesByTaskId(String taskId)
Copyright © 2015. All rights reserved.