Interface HistoryLevelSetupCommand

All Superinterfaces:
Command<Void>
All Known Implementing Classes:
DefaultHistoryLevelSetupCommand

public interface HistoryLevelSetupCommand extends Command<Void>
Command executed during engine startup to verify or initialize the history level stored in the database.

Implementations can be supplied via ProcessEngineConfiguration.setHistoryLevelCommand(org.operaton.bpm.engine.impl.HistoryLevelSetupCommand) to customize history level setup behavior in engine plugins.

The default implementation is DefaultHistoryLevelSetupCommand.

Since:
2.1
See Also:
  • Method Summary

    Methods inherited from interface org.operaton.bpm.engine.impl.interceptor.Command

    execute