org.camunda.bpm.engine.impl
Class HistoryLevelSetupCommand
java.lang.Object
org.camunda.bpm.engine.impl.HistoryLevelSetupCommand
- All Implemented Interfaces:
- Command<Void>
public final class HistoryLevelSetupCommand
- extends Object
- implements Command<Void>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryLevelSetupCommand
public HistoryLevelSetupCommand()
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Void>
dbCreateHistoryLevel
public static void dbCreateHistoryLevel(CommandContext commandContext)
databaseHistoryLevel
public static Integer databaseHistoryLevel(CommandContext commandContext)
- Returns:
- Integer value representing the history level or
null if none found
determineAutoHistoryLevel
protected void determineAutoHistoryLevel(ProcessEngineConfigurationImpl engineConfiguration,
HistoryLevel databaseHistoryLevel)
checkStartupLockExists
protected void checkStartupLockExists(CommandContext commandContext)
Copyright © 2017 camunda services GmbH. All rights reserved.