org.camunda.bpm.engine.impl.cmd
Class DetermineHistoryLevelCmd

java.lang.Object
  extended by 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
DetermineHistoryLevelCmd(List<HistoryLevel> historyLevels)
           
 
Method Summary
 HistoryLevel execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetermineHistoryLevelCmd

public DetermineHistoryLevelCmd(List<HistoryLevel> historyLevels)
Method Detail

execute

public HistoryLevel execute(CommandContext commandContext)
Specified by:
execute in interface Command<HistoryLevel>


Copyright © 2017 camunda services GmbH. All rights reserved.