Package org.camunda.bpm.engine.impl
Class BootstrapEngineCommand
java.lang.Object
org.camunda.bpm.engine.impl.BootstrapEngineCommand
- All Implemented Interfaces:
- Command<Void>,- ProcessEngineBootstrapCommand
- Author:
- Nikola Koevski
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidacquireExclusiveInstallationIdLock(CommandContext commandContext) voidcheckDeploymentLockExists(CommandContext commandContext) voidcheckHistoryCleanupLockExists(CommandContext commandContext) protected voidcheckInstallationIdLockExists(CommandContext commandContext) protected voidcreateHistoryCleanupJob(CommandContext commandContext) protected voidcreateInstallationProperty(CommandContext commandContext) protected StringdatabaseInstallationId(CommandContext commandContext) execute(CommandContext commandContext) voidinitializeInstallationId(CommandContext commandContext) protected booleanisHistoryCleanupEnabled(CommandContext commandContext) protected voidupdateTelemetryData(CommandContext commandContext) 
- 
Field Details- 
INSTALLATION_PROPERTY_NAME- See Also:
 
 
- 
- 
Constructor Details- 
BootstrapEngineCommandpublic BootstrapEngineCommand()
 
- 
- 
Method Details- 
execute
- 
createHistoryCleanupJob
- 
checkDeploymentLockExists
- 
checkHistoryCleanupLockExists
- 
isHistoryCleanupEnabled
- 
initializeInstallationId
- 
createInstallationProperty
- 
databaseInstallationId
- 
checkInstallationIdLockExists
- 
updateTelemetryData
- 
acquireExclusiveInstallationIdLock
 
-