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

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

public class SetPropertyCmd
extends Object
implements Command<Object>

Command which can be used for setting the value of a property

Author:
Daniel Meyer

Field Summary
protected  String name
           
protected  String value
           
 
Constructor Summary
SetPropertyCmd(String name, String value)
           
 
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

value

protected String value
Constructor Detail

SetPropertyCmd

public SetPropertyCmd(String name,
                      String value)
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.