|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| WorkListField | This class
Supported API: true Extendable: false |
The workflow worklist package contains classes that construct the interface for users to view and act on their work items. The WfWorkListProcessor extends wt.templateutil.processor.GenerateFormProcessor to create an HTML work list page. WfWorkListProcessor looks at the wt.workflow.worklist.column.<#> entries in the wt.properties file for the definition of work list columns. WorkListField is an abstract class that can be extended to create new work list fields.
WfTaskProcessor also extends wt.templateutil.processor.GenerateFormProcessor to construct workflow task HTML pages. The user input to these pages is acted on by TaskCompleteDelegate, an extension of wt.templateutil.processor. Form Task Delegate. After the delegate has processed the data, it returns control to the calling processor, which generates a response page based on the outcome of the action. Information is shared via the HTTPState object.
Similarly, the AdHocActivitiesTaskDelegate constructs subtemplates for defining ad hoc workflow activities. This data is processed by the AdHocActivitiesTaskDelegate.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||