org.camunda.bpm.engine.impl.persistence.entity
Class HistoricVariableInstanceManager

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.AbstractManager
      extended by org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
          extended by 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
HistoricVariableInstanceManager()
           
 
Method Summary
 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)
           
 
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, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoricVariableInstanceManager

public HistoricVariableInstanceManager()
Method Detail

deleteHistoricVariableInstanceByProcessInstanceId

public void deleteHistoricVariableInstanceByProcessInstanceId(String historicProcessInstanceId)

deleteHistoricVariableInstanceByCaseInstanceId

public void deleteHistoricVariableInstanceByCaseInstanceId(String historicCaseInstanceId)

deleteHistoricVariableInstancesByProcessCaseInstanceId

protected void deleteHistoricVariableInstancesByProcessCaseInstanceId(String historicProcessInstanceId,
                                                                      String historicCaseInstanceId)

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

public void deleteHistoricVariableInstancesByTaskId(String taskId)


Copyright © 2016 camunda services GmbH. All rights reserved.