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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
BootstrapEngineCommand
public BootstrapEngineCommand()
-
-
Method Details
-
execute
-
createHistoryCleanupJob
-
checkDeploymentLockExists
-
checkHistoryCleanupLockExists
-
isHistoryCleanupEnabled
-
initializeInstallationId
-
createInstallationProperty
-
databaseInstallationId
-
checkInstallationIdLockExists
-
updateTelemetryData
-
acquireExclusiveInstallationIdLock
-