org.ow2.bonita.pvm.internal.cmd
Class SetVariablesCmd

java.lang.Object
  extended by org.ow2.bonita.pvm.internal.cmd.AbstractCommand<T>
      extended by org.ow2.bonita.pvm.internal.cmd.VariablesCmd<Execution>
          extended by 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

Field Summary
protected  java.lang.String executionId
           
 
Constructor Summary
SetVariablesCmd(java.lang.String executionId)
           
SetVariablesCmd(java.lang.String executionId, java.lang.String key, java.lang.Object variable)
           
 
Method Summary
 Execution execute(Environment environment)
           
 java.lang.String getExecutionId()
           
 
Methods inherited from class org.ow2.bonita.pvm.internal.cmd.VariablesCmd
addVariable, getVariables, setVariables
 
Methods inherited from class org.ow2.bonita.pvm.internal.cmd.AbstractCommand
getExecution, getExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionId

protected java.lang.String executionId
Constructor Detail

SetVariablesCmd

public SetVariablesCmd(java.lang.String executionId)

SetVariablesCmd

public SetVariablesCmd(java.lang.String executionId,
                       java.lang.String key,
                       java.lang.Object variable)
Method Detail

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.