public class HistoricVariableInstanceManager extends AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled, LOG| 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, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, 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.