org.jbpm.client
Class StartExecution
java.lang.Object
org.jbpm.client.AbstractCommand<T>
org.jbpm.client.VariablesCommand<Execution>
org.jbpm.client.StartExecution
- All Implemented Interfaces:
- java.io.Serializable, Command<Execution>
public class StartExecution
- extends VariablesCommand<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 |
processDefinitionDbid
protected long processDefinitionDbid
processDefinitionName
protected java.lang.String processDefinitionName
key
protected java.lang.String key
StartExecution
public StartExecution(java.lang.String processDefinitionName)
StartExecution
public StartExecution(long processDefinitionDbid)
execute
public Execution execute(Environment environment)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProcessDefinitionName
public java.lang.String getProcessDefinitionName()
setProcessDefinitionName
public void setProcessDefinitionName(java.lang.String processName)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)