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

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

public class FindExecutionCmd
extends Object
implements Command<Execution>

Author:
Tom Baeyens
See Also:
Serialized Form

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

processDefinitionName

protected String processDefinitionName

executionKey

protected String executionKey
Constructor Detail

FindExecutionCmd

public FindExecutionCmd(String processDefinitionName,
                        String executionKey)

FindExecutionCmd

public FindExecutionCmd(String executionId)
Method Detail

execute

public Execution execute(Environment environment)
Specified by:
execute in interface Command<Execution>


Copyright © 2011 OW2 Consortium. All Rights Reserved.