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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetermineHistoryLevelCmd
public DetermineHistoryLevelCmd(List<HistoryLevel> historyLevels)
execute
public HistoryLevel execute(CommandContext commandContext)
- Specified by:
execute in interface Command<HistoryLevel>
Copyright © 2015 camunda services GmbH. All rights reserved.