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

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

public class CreateFilterCmd
extends Object
implements Command<Filter>

Author:
Sebastian Menski

Field Summary
protected  String resourceType
           
 
Constructor Summary
CreateFilterCmd(String resourceType)
           
 
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

resourceType

protected String resourceType
Constructor Detail

CreateFilterCmd

public CreateFilterCmd(String resourceType)
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.