Uses of Interface
org.jbpm.api.JobQuery

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

Methods in org.jbpm.api that return JobQuery
 JobQuery ManagementService.createJobQuery()
          search for jobs
 JobQuery JobQuery.exception(boolean hasException)
          only select jobs that were rolled back due to an exception
 JobQuery JobQuery.messages()
          only select messages
 JobQuery JobQuery.orderAsc(java.lang.String property)
          order ascending for property PROPERTY_STATE or PROPERTY_DUEDATE
 JobQuery JobQuery.orderDesc(java.lang.String property)
          order descending for property PROPERTY_STATE or PROPERTY_DUEDATE
 JobQuery JobQuery.page(int firstResult, int maxResults)
          only select a specific page
 JobQuery JobQuery.processInstanceId(java.lang.String processInstanceId)
          only select jobs related to the given process instance
 JobQuery JobQuery.timers()
          only select timers
 



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