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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetHistoryLevelCmd
All Implemented Interfaces:
Command<Integer>

public class GetHistoryLevelCmd
extends Object
implements Command<Integer>

Author:
Sebastian Menski

Constructor Summary
GetHistoryLevelCmd()
           
 
Method Summary
 Integer execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetHistoryLevelCmd

public GetHistoryLevelCmd()
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.