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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.SaveFilterCmd
All Implemented Interfaces:
Serializable, Command<Filter>

public class SaveFilterCmd
extends Object
implements Command<Filter>, Serializable

Author:
Sebastian Menski
See Also:
Serialized Form

Field Summary
protected  Filter filter
           
 
Constructor Summary
SaveFilterCmd(Filter filter)
           
 
Method Summary
 Filter execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

protected Filter filter
Constructor Detail

SaveFilterCmd

public SaveFilterCmd(Filter filter)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.