org.camunda.bpm.engine.impl.persistence
Class AbstractHistoricManager
java.lang.Object
org.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
- All Implemented Interfaces:
- Session
- Direct Known Subclasses:
- AttachmentManager, CommentManager, HistoricActivityInstanceManager, HistoricDetailManager, HistoricIncidentManager, HistoricProcessInstanceManager, HistoricTaskInstanceManager, HistoricVariableInstanceManager, UserOperationLogManager
public class AbstractHistoricManager
- extends AbstractManager
- Author:
- Tom Baeyens
| Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager |
close, delete, flush, getAttachmentManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, 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 |
historyLevel
protected int historyLevel
isHistoryEnabled
protected boolean isHistoryEnabled
isHistoryLevelFullEnabled
protected boolean isHistoryLevelFullEnabled
AbstractHistoricManager
public AbstractHistoricManager()
checkHistoryEnabled
protected void checkHistoryEnabled()
isHistoryEnabled
public boolean isHistoryEnabled()
isHistoryLevelFullEnabled
public boolean isHistoryLevelFullEnabled()
Copyright © 2014 camunda services GmbH. All Rights Reserved.