org.camunda.bpm.engine.impl.persistence.entity
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)
| Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager |
checkAuthorization, 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, saveDefaultAuthorizations |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoricVariableInstanceManager
public HistoricVariableInstanceManager()
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 © 2014 camunda services GmbH. All rights reserved.