org.jbpm.client
Class AbstractCommand<T>

java.lang.Object
  extended by org.jbpm.client.AbstractCommand<T>
All Implemented Interfaces:
java.io.Serializable, Command<T>
Direct Known Subclasses:
VariablesCommand

public abstract class AbstractCommand<T>
extends java.lang.Object
implements Command<T>

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
AbstractCommand()
           
 
Method Summary
protected  Execution getExecution(Environment environment, long executionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.client.Command
execute
 

Constructor Detail

AbstractCommand

public AbstractCommand()
Method Detail

getExecution

protected Execution getExecution(Environment environment,
                                 long executionId)