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

java.lang.Object
  extended by org.ow2.bonita.pvm.internal.cmd.FindExecutionCmd
All Implemented Interfaces:
java.io.Serializable, Command<Execution>

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

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String executionId
           
protected  java.lang.String executionKey
           
protected  java.lang.String processDefinitionName
           
 
Constructor Summary
FindExecutionCmd(java.lang.String executionId)
           
FindExecutionCmd(java.lang.String processDefinitionName, java.lang.String executionKey)
           
 
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

executionId

protected java.lang.String executionId

processDefinitionName

protected java.lang.String processDefinitionName

executionKey

protected java.lang.String executionKey
Constructor Detail

FindExecutionCmd

public FindExecutionCmd(java.lang.String processDefinitionName,
                        java.lang.String executionKey)

FindExecutionCmd

public FindExecutionCmd(java.lang.String executionId)
Method Detail

execute

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.