org.jbpm.client
Class Deploy

java.lang.Object
  extended by org.jbpm.client.Deploy
All Implemented Interfaces:
java.io.Serializable, Command<ProcessDefinition>

public class Deploy
extends java.lang.Object
implements Command<ProcessDefinition>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  Deployment deployment
           
 
Constructor Summary
Deploy(Deployment deployment)
           
 
Method Summary
 ProcessDefinition execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deployment

protected Deployment deployment
Constructor Detail

Deploy

public Deploy(Deployment deployment)
Method Detail

execute

public ProcessDefinition execute(Environment environment)
                          throws java.lang.Exception
Specified by:
execute in interface Command<ProcessDefinition>
Throws:
java.lang.Exception