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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
acquireExclusiveInstallationIdLock
(CommandContext commandContext) void
checkDeploymentLockExists
(CommandContext commandContext) void
checkHistoryCleanupLockExists
(CommandContext commandContext) protected void
checkInstallationIdLockExists
(CommandContext commandContext) protected void
createHistoryCleanupJob
(CommandContext commandContext) protected void
createInstallationProperty
(CommandContext commandContext) protected String
databaseInstallationId
(CommandContext commandContext) execute
(CommandContext commandContext) void
initializeInstallationId
(CommandContext commandContext) protected boolean
isHistoryCleanupEnabled
(CommandContext commandContext) protected void
updateTelemetryData
(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
-