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 SummaryConstructors Constructor Description PropertyManager()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidacquireExclusiveLock()voidacquireExclusiveLockForHistoryCleanupJob()voidacquireExclusiveLockForInstallationId()voidacquireExclusiveLockForStartup()voidacquireExclusiveLockForTelemetry()PropertyEntityfindPropertyById(java.lang.String propertyId)- 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManagercheckAuthorization, 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- 
findPropertyByIdpublic PropertyEntity findPropertyById(java.lang.String propertyId) 
 - 
acquireExclusiveLockpublic void acquireExclusiveLock() 
 - 
acquireExclusiveLockForHistoryCleanupJobpublic void acquireExclusiveLockForHistoryCleanupJob() 
 - 
acquireExclusiveLockForStartuppublic void acquireExclusiveLockForStartup() 
 - 
acquireExclusiveLockForTelemetrypublic void acquireExclusiveLockForTelemetry() 
 - 
acquireExclusiveLockForInstallationIdpublic void acquireExclusiveLockForInstallationId() 
 
- 
 
-