org.camunda.bpm.engine.impl.persistence
Class AbstractHistoricManager

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.AbstractManager
      extended by org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
All Implemented Interfaces:
Session
Direct Known Subclasses:
AttachmentManager, CommentManager, HistoricActivityInstanceManager, HistoricDetailManager, HistoricProcessInstanceManager, HistoricTaskInstanceManager, HistoricVariableInstanceManager

public class AbstractHistoricManager
extends AbstractManager

Author:
Tom Baeyens

Field Summary
protected  int historyLevel
           
protected  boolean isHistoryEnabled
           
 
Constructor Summary
AbstractHistoricManager()
           
 
Method Summary
protected  void checkHistoryEnabled()
           
 boolean isHistoryEnabled()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

historyLevel

protected int historyLevel

isHistoryEnabled

protected boolean isHistoryEnabled
Constructor Detail

AbstractHistoricManager

public AbstractHistoricManager()
Method Detail

checkHistoryEnabled

protected void checkHistoryEnabled()

isHistoryEnabled

public boolean isHistoryEnabled()


Copyright © 2014 camunda services GmbH. All Rights Reserved.