org.jbpm.pvm.internal.cmd
Class FindExecutionCmd

java.lang.Object
  extended by org.jbpm.pvm.internal.cmd.AbstractCommand<Execution>
      extended by org.jbpm.pvm.internal.cmd.FindExecutionCmd
All Implemented Interfaces:
java.io.Serializable, Command<Execution>

public class FindExecutionCmd
extends AbstractCommand<Execution>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String executionId
           
 
Constructor Summary
FindExecutionCmd(java.lang.String executionId)
           
 
Method Summary
 Execution execute(Environment environment)
           
 
Methods inherited from class org.jbpm.pvm.internal.cmd.AbstractCommand
getAuthenticatedUserId, setAuthenticatedUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionId

protected java.lang.String executionId
Constructor Detail

FindExecutionCmd

public FindExecutionCmd(java.lang.String executionId)
Method Detail

execute

public Execution execute(Environment environment)
                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.