org.jbpm.client
Class FindExecution

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

public class FindExecution
extends java.lang.Object
implements Command<Execution>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  long executionDbid
           
protected  java.lang.String key
           
protected  java.lang.String processDefinitionName
           
 
Constructor Summary
FindExecution(long executionDbid)
           
FindExecution(java.lang.String processDefinitionName, java.lang.String key)
           
 
Method Summary
 Execution 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

processDefinitionName

protected java.lang.String processDefinitionName

key

protected java.lang.String key
Constructor Detail

FindExecution

public FindExecution(java.lang.String processDefinitionName,
                     java.lang.String key)

FindExecution

public FindExecution(long executionDbid)
Method Detail

execute

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