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

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

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

Author:
Sebastian Menski
See Also:
Serialized Form

Field Summary
protected  String filterId
           
 
Constructor Summary
GetFilterCmd(String filterId)
           
 
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

filterId

protected String filterId
Constructor Detail

GetFilterCmd

public GetFilterCmd(String filterId)
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.