org.jbpm.client
Class GetVariable

java.lang.Object
  extended by org.jbpm.client.GetVariable
All Implemented Interfaces:
java.io.Serializable, Command<java.lang.Object>

public class GetVariable
extends java.lang.Object
implements Command<java.lang.Object>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  long executionDbid
           
protected  java.lang.String variableName
           
 
Constructor Summary
GetVariable(long executionDbid, java.lang.String variableName)
           
 
Method Summary
 java.lang.Object execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionDbid

protected long executionDbid

variableName

protected java.lang.String variableName
Constructor Detail

GetVariable

public GetVariable(long executionDbid,
                   java.lang.String variableName)
Method Detail

execute

public java.lang.Object execute(Environment environment)
                         throws java.lang.Exception
Specified by:
execute in interface Command<java.lang.Object>
Throws:
java.lang.Exception