Class BootstrapEngineCommand

java.lang.Object
org.camunda.bpm.engine.impl.BootstrapEngineCommand
All Implemented Interfaces:
Command<Void>, ProcessEngineBootstrapCommand

public class BootstrapEngineCommand extends Object implements ProcessEngineBootstrapCommand
Author:
Nikola Koevski
  • Field Details

  • Constructor Details

    • BootstrapEngineCommand

      public BootstrapEngineCommand()
  • Method Details

    • execute

      public Void execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<Void>
    • createHistoryCleanupJob

      protected void createHistoryCleanupJob(CommandContext commandContext)
    • checkDeploymentLockExists

      public void checkDeploymentLockExists(CommandContext commandContext)
    • checkHistoryCleanupLockExists

      public void checkHistoryCleanupLockExists(CommandContext commandContext)
    • isHistoryCleanupEnabled

      protected boolean isHistoryCleanupEnabled(CommandContext commandContext)
    • initializeInstallationId

      public void initializeInstallationId(CommandContext commandContext)
    • createInstallationProperty

      protected void createInstallationProperty(CommandContext commandContext)
    • databaseInstallationId

      protected String databaseInstallationId(CommandContext commandContext)
    • checkInstallationIdLockExists

      protected void checkInstallationIdLockExists(CommandContext commandContext)
    • updateTelemetryData

      protected void updateTelemetryData(CommandContext commandContext)
    • acquireExclusiveInstallationIdLock

      protected void acquireExclusiveInstallationIdLock(CommandContext commandContext)