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

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.cmd.AbstractCommand<T>
      extended by org.ow2.orchestra.pvm.internal.cmd.VariablesCmd<Execution>
          extended by 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

Field Summary
protected  String executionKey
           
protected  String processDefinitionName
           
 
Fields inherited from class org.ow2.orchestra.pvm.internal.cmd.VariablesCmd
variables
 
Constructor Summary
StartExecutionInLatestCmd(String processDefinitionName, Map<String,Object> variables, String executionKey)
           
 
Method Summary
 Execution execute(Environment environment)
           
 String getExecutionKey()
           
 String getProcessDefinitionName()
           
 void setExecutionKey(String executionKey)
           
 void setProcessDefinitionName(String processName)
           
 
Methods inherited from class org.ow2.orchestra.pvm.internal.cmd.VariablesCmd
addVariable, getVariables, setVariables
 
Methods inherited from class org.ow2.orchestra.pvm.internal.cmd.AbstractCommand
getExecution, getExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processDefinitionName

protected String processDefinitionName

executionKey

protected String executionKey
Constructor Detail

StartExecutionInLatestCmd

public StartExecutionInLatestCmd(String processDefinitionName,
                                 Map<String,Object> variables,
                                 String executionKey)
Method Detail

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.