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
- Author:
- Christian Lipphardt (camunda)
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled, LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddRemovalTimeToVariableInstancesByProcessInstanceId
(String processInstanceId, Date removalTime, Integer batchSize) addRemovalTimeToVariableInstancesByRootProcessInstanceId
(String rootProcessInstanceId, Date removalTime, Integer batchSize) protected void
void
deleteHistoricVariableInstanceByCaseInstanceId
(String historicCaseInstanceId) void
deleteHistoricVariableInstanceByProcessInstanceIds
(List<String> historicProcessInstanceIds) void
deleteHistoricVariableInstanceByVariableInstanceId
(String historicVariableInstanceId) protected void
deleteHistoricVariableInstances
(Map<String, Object> parameters) void
deleteHistoricVariableInstancesByCaseInstanceIds
(List<String> historicCaseInstanceIds) protected void
deleteHistoricVariableInstancesByProcessCaseInstanceId
(String historicProcessInstanceId, String historicCaseInstanceId) deleteHistoricVariableInstancesByRemovalTime
(Date removalTime, int minuteFrom, int minuteTo, int batchSize) void
void
deleteHistoricVariableInstancesByTaskProcessInstanceIds
(List<String> historicProcessInstanceIds) findHistoricVariableInstanceByVariableInstanceId
(String variableInstanceId) long
findHistoricVariableInstanceCountByNativeQuery
(Map<String, Object> parameterMap) long
findHistoricVariableInstanceCountByQueryCriteria
(HistoricVariableInstanceQueryImpl historicProcessVariableQuery) findHistoricVariableInstancesByCaseInstanceId
(String caseInstanceId) findHistoricVariableInstancesByNativeQuery
(Map<String, Object> parameterMap, int firstResult, int maxResults) findHistoricVariableInstancesByProcessInstanceId
(String processInstanceId) findHistoricVariableInstancesByQueryCriteria
(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page) Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
addOperation, addOperation, checkHistoryEnabled, isHistoryEnabled, isHistoryLevelFullEnabled, isPerformUpdate, isPerformUpdateOnly
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
-
Constructor Details
-
HistoricVariableInstanceManager
public HistoricVariableInstanceManager()
-
-
Method Details
-
deleteHistoricVariableInstanceByVariableInstanceId
-
deleteHistoricVariableInstanceByProcessInstanceIds
-
deleteHistoricVariableInstancesByTaskProcessInstanceIds
-
deleteHistoricVariableInstanceByCaseInstanceId
-
deleteHistoricVariableInstancesByCaseInstanceIds
-
deleteHistoricVariableInstances
-
deleteHistoricVariableInstancesByProcessCaseInstanceId
-
findHistoricVariableInstancesByProcessInstanceId
public List<HistoricVariableInstance> findHistoricVariableInstancesByProcessInstanceId(String processInstanceId) -
findHistoricVariableInstancesByCaseInstanceId
public List<HistoricVariableInstance> findHistoricVariableInstancesByCaseInstanceId(String caseInstanceId) -
findHistoricVariableInstanceCountByQueryCriteria
public long findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery) -
findHistoricVariableInstancesByQueryCriteria
public List<HistoricVariableInstance> findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page) -
findHistoricVariableInstanceByVariableInstanceId
public HistoricVariableInstanceEntity findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId) -
deleteHistoricVariableInstancesByTaskId
-
addRemovalTimeToVariableInstancesByRootProcessInstanceId
public DbOperation addRemovalTimeToVariableInstancesByRootProcessInstanceId(String rootProcessInstanceId, Date removalTime, Integer batchSize) -
addRemovalTimeToVariableInstancesByProcessInstanceId
public DbOperation addRemovalTimeToVariableInstancesByProcessInstanceId(String processInstanceId, Date removalTime, Integer batchSize) -
findHistoricVariableInstancesByNativeQuery
public List<HistoricVariableInstance> findHistoricVariableInstancesByNativeQuery(Map<String, Object> parameterMap, int firstResult, int maxResults) -
findHistoricVariableInstanceCountByNativeQuery
-
configureQuery
-
deleteHistoricVariableInstancesByRemovalTime
public DbOperation deleteHistoricVariableInstancesByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)
-