@Namespace(value="http://jboss.org/schema/seam/bpm", prefix="org.jboss.seam.bpm") @AutoCreate
See: Description
| Class | Description |
|---|---|
| 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.
|
org.jboss.seam.annotations.bpmCopyright © 2015 Seam Framework. All Rights Reserved.