Class PropertyManager
- java.lang.Object
-
- org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- org.camunda.bpm.engine.impl.persistence.entity.PropertyManager
-
- All Implemented Interfaces:
Session
public class PropertyManager extends AbstractManager
- Author:
- Tom Baeyens, Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description PropertyManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
acquireExclusiveLock()
void
acquireExclusiveLockForHistoryCleanupJob()
void
acquireExclusiveLockForInstallationId()
void
acquireExclusiveLockForStartup()
void
acquireExclusiveLockForTelemetry()
PropertyEntity
findPropertyById(String propertyId)
-
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
-
-
-
-
Method Detail
-
findPropertyById
public PropertyEntity findPropertyById(String propertyId)
-
acquireExclusiveLock
public void acquireExclusiveLock()
-
acquireExclusiveLockForHistoryCleanupJob
public void acquireExclusiveLockForHistoryCleanupJob()
-
acquireExclusiveLockForStartup
public void acquireExclusiveLockForStartup()
-
acquireExclusiveLockForTelemetry
public void acquireExclusiveLockForTelemetry()
-
acquireExclusiveLockForInstallationId
public void acquireExclusiveLockForInstallationId()
-
-