org.jbpm.client
Class FindExecution
java.lang.Object
org.jbpm.client.FindExecution
- All Implemented Interfaces:
- java.io.Serializable, Command<Execution>
public class FindExecution
- extends java.lang.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 |
executionDbid
protected long executionDbid
processDefinitionName
protected java.lang.String processDefinitionName
key
protected java.lang.String key
FindExecution
public FindExecution(java.lang.String processDefinitionName,
java.lang.String key)
FindExecution
public FindExecution(long executionDbid)
execute
public Execution execute(Environment environment)
throws java.lang.Exception
- Specified by:
execute
in interface Command<Execution>
- Throws:
java.lang.Exception