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.deploymentId(java.lang.String id)
          only include a specific deployment by id
 DeploymentQuery DeploymentQuery.notSuspended()
          only select non-suspended deployments
 DeploymentQuery DeploymentQuery.orderAsc(java.lang.String property)
          order results ascending for property PROPERTY_TIMESTAMP or PROPERTY_STATE
 DeploymentQuery DeploymentQuery.orderDesc(java.lang.String property)
          order results descending for property PROPERTY_TIMESTAMP or PROPERTY_STATE
 DeploymentQuery DeploymentQuery.page(int firstResult, int maxResults)
          only select a specific page
 DeploymentQuery DeploymentQuery.suspended()
          only select suspended deployments
 



Copyright © 2010 JBoss Community. All Rights Reserved.