Uses of Package
org.jbpm.api

Packages that use org.jbpm.api
org.jbpm.api the primary facade interfaces to the process repository, the execution repository and the management functionalities
org.jbpm.api.activity interfaces for implementing activities, which represent the runtime behaviour of activities. 
org.jbpm.api.client for clients that want direct programmatic access to the execution object like e.g. in unit tests. 
org.jbpm.api.job timers and asynchronous messages 
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 model base classes for the client, activity and event listener API's 
 

Classes in org.jbpm.api used by org.jbpm.api
Configuration
          process engine configuration.
Deployment
           
Execution
          a runtime path of execution.
ExecutionService
          manages runtime process executions.
HistoryService
          exposes the history information for ongoing and past process instances.
IdentityService
           
JobQuery
           
ManagementService
          operations targeted to system operators that need to keep the process engine up and running.
ProcessDefinition
          a graphical process which is deployed in the .
ProcessDefinitionQuery
           
ProcessEngine
          central starting point for all process engine API interactions.
ProcessInstance
          a process instance is one execution of a process definition.
ProcessInstanceQuery
           
RepositoryService
           
TaskQuery
           
TaskService
          Human task management facility.
 

Classes in org.jbpm.api used by org.jbpm.api.activity
Execution
          a runtime path of execution.
 

Classes in org.jbpm.api used by org.jbpm.api.client
Execution
          a runtime path of execution.
ProcessDefinition
          a graphical process which is deployed in the .
ProcessInstance
          a process instance is one execution of a process definition.
 

Classes in org.jbpm.api used by org.jbpm.api.job
Execution
          a runtime path of execution.
 

Classes in org.jbpm.api used by org.jbpm.api.listener
Execution
          a runtime path of execution.
 

Classes in org.jbpm.api used by org.jbpm.api.model
Execution
          a runtime path of execution.
ProcessDefinition
          a graphical process which is deployed in the .
ProcessInstance
          a process instance is one execution of a process definition.
 



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