Uses of Package
org.jbpm.api.model

Packages that use org.jbpm.api.model
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.activity interfaces for implementing customized runtime behaviour of activities
org.jbpm.api.jpdl specific jPDL interfaces 
org.jbpm.api.listener interfaces for implementing event listeners, which represent runtime behaviour that can be associated as listeners to process events. 
org.jbpm.api.model common process execution model interfaces used in services and delegation interfaces like ActivityBehaviour and EventListener
org.jbpm.api.task interfaces related to the TaskService 
 

Classes in org.jbpm.api.model used by org.jbpm.api
ActivityCoordinates
          activity coordinates indicating the graphical position in the diagram.
 

Classes in org.jbpm.api.model used by org.jbpm.api.activity
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
 

Classes in org.jbpm.api.model used by org.jbpm.api.jpdl
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
 

Classes in org.jbpm.api.model used by org.jbpm.api.listener
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
 

Classes in org.jbpm.api.model used by org.jbpm.api.model
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
OpenProcessInstance
          process instance for which the relations are exposed.
 

Classes in org.jbpm.api.model used by org.jbpm.api.task
OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
 



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