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, HistoricCaseActivityInstanceManager, HistoricCaseInstanceManager, 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 |
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDetailManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, 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 |
historyLevel
protected HistoryLevel 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 © 2015 camunda services GmbH. All rights reserved.