Uses of Interface
org.jbpm.api.DeploymentQuery

Packages that use DeploymentQuery
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 DeploymentQuery in org.jbpm.api
 

Methods in org.jbpm.api that return DeploymentQuery
 DeploymentQuery RepositoryService.createDeploymentQuery()
          create a query for deployments
 DeploymentQuery DeploymentQuery.deploymentDbid(long dbid)
          only include a specific deployment by id
 DeploymentQuery DeploymentQuery.notSuspended()
           
 DeploymentQuery DeploymentQuery.orderAsc(java.lang.String property)
           
 DeploymentQuery DeploymentQuery.orderDesc(java.lang.String property)
           
 DeploymentQuery DeploymentQuery.page(int firstResult, int maxResults)
           
 DeploymentQuery DeploymentQuery.suspended()
          only select suspended deployments
 



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