@Namespace(value="http://jboss.com/products/seam/bpm", prefix="org.jboss.seam.bpm") @AutoCreate

Package org.jboss.seam.bpm

A set of Seam components for business process management via jBPM, including control of process and task instances, rendering of task lists, and integration with jBPM.

See:
          Description

Class Summary
Actor Allows the application to specify the jBPM actorId during the login cycle.
BusinessProcess Holds the task and process ids for the current conversation, and provides programmatic control over the business process.
BusinessProcessInterceptor Implements annotation-based business-process demarcation.
Jbpm A seam component that boostraps a JBPM SessionFactory
ManagedJbpmContext Manages a reference to a JbpmContext.
PageflowDeploymentHandler  
PageflowParser A jPDL parser for Seam pageflow definitions
PooledTask Support for assigning tasks in the pooled task list.
PooledTaskInstanceList Support for the pooled task list.
ProcessInstance A Seam component that allows injection of the current jBPM ProcessInstance.
ProcessInstanceFinder Support for the process list.
SeamExpressionEvaluator Plugs the JBoss EL expression language and Seam EL resolvers into jBPM.
TaskInstance A Seam component that allows injection of the current jBPM TaskInstance.
TaskInstanceList Support for the task list.
TaskInstanceListForType Support for a list of tasks of a particular type.
TaskInstancePriorityList Support for a task list ordered by priority.
Transition Allows the application to set the jBPM transition to be used when an @EndTask method is encountered.
 

Package org.jboss.seam.bpm Description

A set of Seam components for business process management via jBPM, including control of process and task instances, rendering of task lists, and integration with jBPM. The application may call components in this package directly, or via EL, or may use them indirectly via the annotations in org.jboss.seam.annotations.

See Also:
org.jboss.seam.annotations.bpm


Copyright © 2011 Seam Framework. All Rights Reserved.