Package org.camunda.bpm.engine.impl.cmd
Class DetermineHistoryLevelCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.DetermineHistoryLevelCmd
-
- All Implemented Interfaces:
Command<HistoryLevel>
public class DetermineHistoryLevelCmd extends Object implements Command<HistoryLevel>
Read the already configured historyLevel from DB and map to given list of total levels.
-
-
Constructor Summary
Constructors Constructor Description DetermineHistoryLevelCmd(List<HistoryLevel> historyLevels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoryLevel
execute(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Constructor Detail
-
DetermineHistoryLevelCmd
public DetermineHistoryLevelCmd(List<HistoryLevel> historyLevels)
-
-
Method Detail
-
execute
public HistoryLevel execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<HistoryLevel>
-
-