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

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

public class DeleteFilterCmd
extends Object
implements Command<Void>, Serializable

Author:
Sebastian Menski
See Also:
Serialized Form

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

DeleteFilterCmd

public DeleteFilterCmd(String filterId)
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.