Uses of Interface
org.jbpm.api.JobQuery

Packages that use JobQuery
org.jbpm.api the primary facade interfaces to the process repository, the execution repository and the management functionalities
 

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)
           
 JobQuery JobQuery.messages()
           
 JobQuery JobQuery.orderAsc(java.lang.String property)
           
 JobQuery JobQuery.orderDesc(java.lang.String property)
           
 JobQuery JobQuery.page(int firstResult, int maxResults)
           
 JobQuery JobQuery.processInstanceId(java.lang.String processInstanceId)
           
 JobQuery JobQuery.timers()
           
 



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