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

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

public class DeletePropertyCmd
extends Object
implements Command<Object>

Author:
Daniel Meyer

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

Field Detail

name

protected String name
Constructor Detail

DeletePropertyCmd

public DeletePropertyCmd(String name)
Parameters:
name -
Method Detail

execute

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


Copyright © 2015 camunda services GmbH. All rights reserved.