org.ow2.orchestra.pvm.internal.cmd
Class StartExecutionInLatestCmd
java.lang.Object
org.ow2.orchestra.pvm.internal.cmd.AbstractCommand<T>
org.ow2.orchestra.pvm.internal.cmd.VariablesCmd<Execution>
org.ow2.orchestra.pvm.internal.cmd.StartExecutionInLatestCmd
- All Implemented Interfaces:
- Serializable, Command<Execution>
public class StartExecutionInLatestCmd
- extends VariablesCmd<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 |
processDefinitionName
protected String processDefinitionName
executionKey
protected String executionKey
StartExecutionInLatestCmd
public StartExecutionInLatestCmd(String processDefinitionName,
Map<String,Object> variables,
String executionKey)
execute
public Execution execute(Environment environment)
getProcessDefinitionName
public String getProcessDefinitionName()
setProcessDefinitionName
public void setProcessDefinitionName(String processName)
getExecutionKey
public String getExecutionKey()
setExecutionKey
public void setExecutionKey(String executionKey)
Copyright © 2011 OW2 Consortium. All Rights Reserved.