Uses of Package
org.jbpm.api

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

Classes in org.jbpm.api used by org.jbpm.api
Configuration
          process engine configuration.
Deployment
          represents an existing deployment in the repository.
DeploymentQuery
          find existing deployments in the repository.
Execution
          a runtime path of execution.
ExecutionService
          manages runtime process executions.
HistoryService
          exposes the history information for ongoing and past process instances.
IdentityService
          interface to expose the (configurable) identity component that is used by jBPM.
JobQuery
          query for jBPM related messages and timers.
ManagementService
          operations targeted to system operators that need to keep the process engine up and running.
NewDeployment
          extends a Deployment with method for creating a new deployment.
ProcessDefinition
          a graphical process which is deployed in the RepositoryService.
ProcessDefinitionQuery
          query for process definitions.
ProcessEngine
          central starting point for all process engine API interactions.
ProcessInstance
          a process instance is one execution of a process definition.
ProcessInstanceQuery
          query for ongoing process instances exclusively. refer to HistoryProcessInstanceQuery for queries that include finished process instances.
RepositoryService
          exposes the repository of deployments.
TaskQuery
          query for tasks.
TaskService
          task management.
 

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.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.
ProcessInstance
          a process instance is one execution of a process definition.
 



Copyright © 2010 JBoss Community. All Rights Reserved.