Package org.camunda.bpm.engine.impl
Class HistoryLevelSetupCommand
java.lang.Object
org.camunda.bpm.engine.impl.HistoryLevelSetupCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
acquireExclusiveLock
(CommandContext commandContext) protected void
checkStartupLockExists
(CommandContext commandContext) static Integer
databaseHistoryLevel
(CommandContext commandContext) static void
dbCreateHistoryLevel
(CommandContext commandContext) protected void
determineAutoHistoryLevel
(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
null
if none found
-
determineAutoHistoryLevel
protected void determineAutoHistoryLevel(ProcessEngineConfigurationImpl engineConfiguration, HistoryLevel databaseHistoryLevel) -
checkStartupLockExists
-
acquireExclusiveLock
-