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
,HistoricDecisionInstanceManager
,HistoricDetailManager
,HistoricIdentityLinkLogManager
,HistoricIncidentManager
,HistoricJobLogManager
,HistoricProcessInstanceManager
,HistoricTaskInstanceManager
,HistoricVariableInstanceManager
,UserOperationLogManager
- Author:
- Tom Baeyens
-
Field Summary
Modifier and TypeFieldDescriptionprotected HistoryLevel
protected boolean
protected boolean
protected static final EnginePersistenceLogger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
addOperation
(Collection<DbOperation> newOperations, Map<Class<? extends DbEntity>, DbOperation> operations) protected static void
addOperation
(DbOperation operation, Map<Class<? extends DbEntity>, DbOperation> operations) protected void
boolean
boolean
protected static boolean
isPerformUpdate
(Set<String> entities, Class<?> entityClass) protected static boolean
isPerformUpdateOnly
(Set<String> entities, Class<?> entityClass) Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteAuthorizationsForGroup, deleteAuthorizationsForUser, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCamundaFormDefinitionManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDecisionRequirementsDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricExternalTaskLogManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTaskReportManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations
-
Field Details
-
LOG
-
historyLevel
-
isHistoryEnabled
protected boolean isHistoryEnabled -
isHistoryLevelFullEnabled
protected boolean isHistoryLevelFullEnabled
-
-
Constructor Details
-
AbstractHistoricManager
public AbstractHistoricManager()
-
-
Method Details
-
checkHistoryEnabled
protected void checkHistoryEnabled() -
isHistoryEnabled
public boolean isHistoryEnabled() -
isHistoryLevelFullEnabled
public boolean isHistoryLevelFullEnabled() -
isPerformUpdate
-
isPerformUpdateOnly
-
addOperation
protected static void addOperation(DbOperation operation, Map<Class<? extends DbEntity>, DbOperation> operations) -
addOperation
protected static void addOperation(Collection<DbOperation> newOperations, Map<Class<? extends DbEntity>, DbOperation> operations)
-