public class HistoricVariableInstanceManager extends AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled| Constructor and Description |
|---|
HistoricVariableInstanceManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteHistoricVariableInstanceByCaseInstanceId(String historicCaseInstanceId) |
void |
deleteHistoricVariableInstanceByProcessInstanceId(String historicProcessInstanceId) |
protected void |
deleteHistoricVariableInstancesByProcessCaseInstanceId(String historicProcessInstanceId,
String historicCaseInstanceId) |
void |
deleteHistoricVariableInstancesByTaskId(String taskId) |
HistoricVariableInstanceEntity |
findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId) |
long |
findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery) |
List<HistoricVariableInstance> |
findHistoricVariableInstancesByCaseInstanceId(String caseInstanceId) |
List<HistoricVariableInstance> |
findHistoricVariableInstancesByProcessInstanceId(String processInstanceId) |
List<HistoricVariableInstance> |
findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery,
Page page) |
checkHistoryEnabled, isHistoryEnabled, isHistoryLevelFullEnabledcheckAuthorization, close, configureQuery, delete, deleteAuthorizations, flush, getAttachmentManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getDbEntityManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert, saveDefaultAuthorizationspublic void deleteHistoricVariableInstanceByProcessInstanceId(String historicProcessInstanceId)
public void deleteHistoricVariableInstanceByCaseInstanceId(String historicCaseInstanceId)
protected void deleteHistoricVariableInstancesByProcessCaseInstanceId(String historicProcessInstanceId, String historicCaseInstanceId)
public List<HistoricVariableInstance> findHistoricVariableInstancesByProcessInstanceId(String processInstanceId)
public List<HistoricVariableInstance> findHistoricVariableInstancesByCaseInstanceId(String caseInstanceId)
public long findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
public List<HistoricVariableInstance> findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
public HistoricVariableInstanceEntity findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId)
public void deleteHistoricVariableInstancesByTaskId(String taskId)
Copyright © 2018. All rights reserved.