Uses of Interface
org.jbpm.api.Deployment

Packages that use Deployment
org.jbpm.api the jBPM API, Start by creating a Configuration, build a ProcessEngine from that, and then you can find the workflow methods on the services like ExecutionService, TaskService
 

Uses of Deployment in org.jbpm.api
 

Subinterfaces of Deployment in org.jbpm.api
 interface NewDeployment
          extends a Deployment with method for creating a new deployment.
 

Methods in org.jbpm.api that return Deployment
 Deployment DeploymentQuery.uniqueResult()
          execute the query and get the unique result
 

Methods in org.jbpm.api that return types with arguments of type Deployment
 java.util.List<Deployment> DeploymentQuery.list()
          execute the query and get the result list
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.