org.jbpm.deploy
Class CreateProcess

java.lang.Object
  extended by org.jbpm.deploy.CreateProcess
All Implemented Interfaces:
Deployer

public class CreateProcess
extends java.lang.Object
implements Deployer

Author:
Tom Baeyens

Field Summary
protected  java.lang.Class<?> processDefinitionClass
           
 
Constructor Summary
CreateProcess()
           
 
Method Summary
 void deploy(Deployment deployment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processDefinitionClass

protected java.lang.Class<?> processDefinitionClass
Constructor Detail

CreateProcess

public CreateProcess()
Method Detail

deploy

public void deploy(Deployment deployment)
Specified by:
deploy in interface Deployer