org.ow2.orchestra.pvm.internal.cmd
Class FindExecutionCmd
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executionId
protected String executionId
processDefinitionName
protected String processDefinitionName
executionKey
protected String executionKey
FindExecutionCmd
public FindExecutionCmd(String processDefinitionName,
String executionKey)
FindExecutionCmd
public FindExecutionCmd(String executionId)
execute
public Execution execute(Environment environment)
- Specified by:
execute in interface Command<Execution>
Copyright © 2011 OW2 Consortium. All Rights Reserved.