
Primary Presentation
Element Catalog
- ejb::<<SessionEJB>>ProcessManagerEJB: Session bean that handles the workflow process to fullfil an order, i.e., order creation, get status, and update status.
manager::ejb::<<EntityBean>>ManagerEJB: Entity bean that views and modifies sign on information for a particular process manager.
transitions::TransitionInfo: Encapsulates the parameters passed to the transition delegates: the message in xml format and a collection of batch instructions.
transitions::TransitionDelegateFactory: Used to get the required type of TransitionDelegate.
transitions::<<interface>>TransitionDelegate: handle the details of transitioning to the next activity. They prepare messages and send them to JMS destinations.
Variability Guide
None.
Other Information
This package is mainly used by <
<app>
> supplier to handle workflow.
Related Views
- Parent. Package components