org.camunda.bpm.engine.impl
Class HistoryLevelSetupCommand

java.lang.Object
  extended by org.camunda.bpm.engine.impl.HistoryLevelSetupCommand
All Implemented Interfaces:
Command<Void>

public final class HistoryLevelSetupCommand
extends Object
implements Command<Void>


Constructor Summary
HistoryLevelSetupCommand()
           
 
Method Summary
protected  void checkStartupLockExists(CommandContext commandContext)
           
static Integer databaseHistoryLevel(CommandContext commandContext)
           
static void dbCreateHistoryLevel(CommandContext commandContext)
           
protected  void determineAutoHistoryLevel(ProcessEngineConfigurationImpl engineConfiguration, HistoryLevel databaseHistoryLevel)
           
 Void execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryLevelSetupCommand

public HistoryLevelSetupCommand()
Method Detail

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.