Class HistoricVariableInstanceManager
- java.lang.Object
-
- org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
-
- org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
-
- All Implemented Interfaces:
Session
public class HistoricVariableInstanceManager extends AbstractHistoricManager
- Author:
- Christian Lipphardt (camunda)
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled, LOG
-
-
Constructor Summary
Constructors Constructor Description HistoricVariableInstanceManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRemovalTimeToVariableInstancesByProcessInstanceId(java.lang.String processInstanceId, java.util.Date removalTime)
void
addRemovalTimeToVariableInstancesByRootProcessInstanceId(java.lang.String rootProcessInstanceId, java.util.Date removalTime)
protected void
configureQuery(HistoricVariableInstanceQueryImpl query)
void
deleteHistoricVariableInstanceByCaseInstanceId(java.lang.String historicCaseInstanceId)
void
deleteHistoricVariableInstanceByProcessInstanceIds(java.util.List<java.lang.String> historicProcessInstanceIds)
void
deleteHistoricVariableInstanceByVariableInstanceId(java.lang.String historicVariableInstanceId)
protected void
deleteHistoricVariableInstances(java.util.Map<java.lang.String,java.lang.Object> parameters)
void
deleteHistoricVariableInstancesByCaseInstanceIds(java.util.List<java.lang.String> historicCaseInstanceIds)
protected void
deleteHistoricVariableInstancesByProcessCaseInstanceId(java.lang.String historicProcessInstanceId, java.lang.String historicCaseInstanceId)
DbOperation
deleteHistoricVariableInstancesByRemovalTime(java.util.Date removalTime, int minuteFrom, int minuteTo, int batchSize)
void
deleteHistoricVariableInstancesByTaskId(java.lang.String taskId)
void
deleteHistoricVariableInstancesByTaskProcessInstanceIds(java.util.List<java.lang.String> historicProcessInstanceIds)
HistoricVariableInstanceEntity
findHistoricVariableInstanceByVariableInstanceId(java.lang.String variableInstanceId)
long
findHistoricVariableInstanceCountByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)
long
findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
java.util.List<HistoricVariableInstance>
findHistoricVariableInstancesByCaseInstanceId(java.lang.String caseInstanceId)
java.util.List<HistoricVariableInstance>
findHistoricVariableInstancesByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)
java.util.List<HistoricVariableInstance>
findHistoricVariableInstancesByProcessInstanceId(java.lang.String processInstanceId)
java.util.List<HistoricVariableInstance>
findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
-
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
checkHistoryEnabled, isHistoryEnabled, isHistoryLevelFullEnabled
-
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteAuthorizationsForGroup, deleteAuthorizationsForUser, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCamundaFormDefinitionManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDecisionRequirementsDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricExternalTaskLogManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTaskReportManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations
-
-
-
-
Method Detail
-
deleteHistoricVariableInstanceByVariableInstanceId
public void deleteHistoricVariableInstanceByVariableInstanceId(java.lang.String historicVariableInstanceId)
-
deleteHistoricVariableInstanceByProcessInstanceIds
public void deleteHistoricVariableInstanceByProcessInstanceIds(java.util.List<java.lang.String> historicProcessInstanceIds)
-
deleteHistoricVariableInstancesByTaskProcessInstanceIds
public void deleteHistoricVariableInstancesByTaskProcessInstanceIds(java.util.List<java.lang.String> historicProcessInstanceIds)
-
deleteHistoricVariableInstanceByCaseInstanceId
public void deleteHistoricVariableInstanceByCaseInstanceId(java.lang.String historicCaseInstanceId)
-
deleteHistoricVariableInstancesByCaseInstanceIds
public void deleteHistoricVariableInstancesByCaseInstanceIds(java.util.List<java.lang.String> historicCaseInstanceIds)
-
deleteHistoricVariableInstances
protected void deleteHistoricVariableInstances(java.util.Map<java.lang.String,java.lang.Object> parameters)
-
deleteHistoricVariableInstancesByProcessCaseInstanceId
protected void deleteHistoricVariableInstancesByProcessCaseInstanceId(java.lang.String historicProcessInstanceId, java.lang.String historicCaseInstanceId)
-
findHistoricVariableInstancesByProcessInstanceId
public java.util.List<HistoricVariableInstance> findHistoricVariableInstancesByProcessInstanceId(java.lang.String processInstanceId)
-
findHistoricVariableInstancesByCaseInstanceId
public java.util.List<HistoricVariableInstance> findHistoricVariableInstancesByCaseInstanceId(java.lang.String caseInstanceId)
-
findHistoricVariableInstanceCountByQueryCriteria
public long findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
-
findHistoricVariableInstancesByQueryCriteria
public java.util.List<HistoricVariableInstance> findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
-
findHistoricVariableInstanceByVariableInstanceId
public HistoricVariableInstanceEntity findHistoricVariableInstanceByVariableInstanceId(java.lang.String variableInstanceId)
-
deleteHistoricVariableInstancesByTaskId
public void deleteHistoricVariableInstancesByTaskId(java.lang.String taskId)
-
addRemovalTimeToVariableInstancesByRootProcessInstanceId
public void addRemovalTimeToVariableInstancesByRootProcessInstanceId(java.lang.String rootProcessInstanceId, java.util.Date removalTime)
-
addRemovalTimeToVariableInstancesByProcessInstanceId
public void addRemovalTimeToVariableInstancesByProcessInstanceId(java.lang.String processInstanceId, java.util.Date removalTime)
-
findHistoricVariableInstancesByNativeQuery
public java.util.List<HistoricVariableInstance> findHistoricVariableInstancesByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)
-
findHistoricVariableInstanceCountByNativeQuery
public long findHistoricVariableInstanceCountByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)
-
configureQuery
protected void configureQuery(HistoricVariableInstanceQueryImpl query)
-
deleteHistoricVariableInstancesByRemovalTime
public DbOperation deleteHistoricVariableInstancesByRemovalTime(java.util.Date removalTime, int minuteFrom, int minuteTo, int batchSize)
-
-