Package org.camunda.bpm.engine.impl
Class HistoryLevelSetupCommand
java.lang.Object
org.camunda.bpm.engine.impl.HistoryLevelSetupCommand
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidacquireExclusiveLock(CommandContext commandContext) protected voidcheckStartupLockExists(CommandContext commandContext) static IntegerdatabaseHistoryLevel(CommandContext commandContext) static voiddbCreateHistoryLevel(CommandContext commandContext) protected voiddetermineAutoHistoryLevel(ProcessEngineConfigurationImpl engineConfiguration, HistoryLevel databaseHistoryLevel) execute(CommandContext commandContext)  
- 
Constructor Details
- 
HistoryLevelSetupCommand
public HistoryLevelSetupCommand() 
 - 
 - 
Method Details
- 
execute
 - 
dbCreateHistoryLevel
 - 
databaseHistoryLevel
- Returns:
 - Integer value representing the history level or 
nullif none found 
 - 
determineAutoHistoryLevel
protected void determineAutoHistoryLevel(ProcessEngineConfigurationImpl engineConfiguration, HistoryLevel databaseHistoryLevel)  - 
checkStartupLockExists
 - 
acquireExclusiveLock
 
 -