org.ow2.orchestra.pvm.internal.cmd
Class StartExecutionCmd
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.StartExecutionCmd
- All Implemented Interfaces:
- Serializable, Command<Execution>
public class StartExecutionCmd
- 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 |
processDefinitionId
protected String processDefinitionId
executionKey
protected String executionKey
StartExecutionCmd
public StartExecutionCmd(String processDefinitionId,
Map<String,Object> variables,
String executionKey)
execute
public Execution execute(Environment environment)
getProcessDefinitionKey
public String getProcessDefinitionKey()
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
getExecutionKey
public String getExecutionKey()
setExecutionKey
public void setExecutionKey(String executionKey)
Copyright © 2011 OW2 Consortium. All Rights Reserved.