Class DefaultHistoryLevelSetupCommand

java.lang.Object
org.operaton.bpm.engine.impl.DefaultHistoryLevelSetupCommand
All Implemented Interfaces:
HistoryLevelSetupCommand, Command<Void>

public class DefaultHistoryLevelSetupCommand extends Object implements HistoryLevelSetupCommand
Default implementation of HistoryLevelSetupCommand.

Verifies that the history level configured in ProcessEngineConfigurationImpl.getHistoryLevel() matches the one persisted in the database, writing the configured level to the database if none is present yet.

Since:
2.1
  • Constructor Details

    • DefaultHistoryLevelSetupCommand

      public DefaultHistoryLevelSetupCommand()
  • Method Details