Uses of Interface
org.jbpm.api.job.Job

Packages that use Job
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
org.jbpm.api.job Job, Message and Timer interfaces related to the ManagementService 
 

Uses of Job in org.jbpm.api
 

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

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

Uses of Job in org.jbpm.api.job
 

Subinterfaces of Job in org.jbpm.api.job
 interface Message
          an asynchronous message.
 interface Timer
          a timer.
 



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