org.ow2.bonita.pvm.internal.cmd
Class SetVariablesCmd
java.lang.Object
org.ow2.bonita.pvm.internal.cmd.AbstractCommand<T>
org.ow2.bonita.pvm.internal.cmd.VariablesCmd<Execution>
org.ow2.bonita.pvm.internal.cmd.SetVariablesCmd
- All Implemented Interfaces:
- java.io.Serializable, Command<Execution>
public class SetVariablesCmd
- extends VariablesCmd<Execution>
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
Constructor Summary |
SetVariablesCmd(java.lang.String executionId)
|
SetVariablesCmd(java.lang.String executionId,
java.lang.String key,
java.lang.Object variable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executionId
protected java.lang.String executionId
SetVariablesCmd
public SetVariablesCmd(java.lang.String executionId)
SetVariablesCmd
public SetVariablesCmd(java.lang.String executionId,
java.lang.String key,
java.lang.Object variable)
execute
public Execution execute(Environment environment)
throws java.lang.Exception
- Throws:
java.lang.Exception
getExecutionId
public java.lang.String getExecutionId()
Copyright © 2009 OW2 Consortium. All Rights Reserved.