|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTTableModel | |
wt.clients.workflow.worklist | |
wt.workflow |
Provides classes to represent and manage workflow definitions, initiate and
manage process instances, and distribute work items to users and groups. |
wt.workflow.work |
Provides workflow classes responsible for managing the work
assigned to individual users. |
wt.workflow.worklist |
Provides workflow classes that construct
the interface for users to view and act on their work items. |
Uses of WTTableModel in wt.clients.workflow.worklist |
Subclasses of WTTableModel in wt.clients.workflow.worklist | |
class |
WfWorkListModel
|
Uses of WTTableModel in wt.workflow |
Methods in wt.workflow that return WTTableModel | |
WTTableModel |
TableProcessor.getModel(Locale locale)
|
Methods in wt.workflow with parameters of type WTTableModel | |
void |
TableLoaderAction.loadTableItems(Enumeration tableItemList,
WTTableModel model,
String actionName,
Vector aDisplayColumns,
Locale aLocale)
Loads attributes from the Objects in the tableItemList into the model in a format specified by the wt.properties file. |
void |
TableLoaderAction.loadTableItems(Enumeration tableItemList,
WTTableModel model,
String actionName,
Locale aLocale)
Loads attributes from the Objects in the tableItemList into the model in a format specified by the wt.properties file. |
void |
TableLoaderAction.loadTableItems(Enumeration tableItemList,
WTTableModel model,
String actionName)
Loads attributes from the Objects in the tableItemList into the model in a format specified by the wt.properties file. |
void |
TableLoaderAction.setupTableItem(WTObject myTableItem,
WTTableModel model,
Vector tableFields,
WfProcess process,
WfActivity activity,
WTObject businessObject)
Add an entry to the model with myTableItems attributes as defined by tableFields. |
Uses of WTTableModel in wt.workflow.work |
Methods in wt.workflow.work that return WTTableModel | |
WTTableModel |
WorkflowServiceFwd.createTableModel(String loadAction)
This method is used to construct a worklist on the server and return it to the client. |
WTTableModel |
WorkflowServiceFwd.createTableModel(String loadAction,
Vector groupBy,
Vector sortBy)
This method is used to construct a worklist on the server and return it to the client. |
WTTableModel |
WorkflowServiceFwd.createTableModel(String loadAction,
Vector groupBy,
Vector sortBy,
WTObject contextObject)
This method is used to construct a worklist on the server and return it to the client. |
WTTableModel |
WorkflowService.createTableModel(String loadAction)
This method is used to construct a worklist on the server and return it to the client. |
WTTableModel |
WorkflowService.createTableModel(String loadAction,
Vector groupBy,
Vector sortBy)
This method is used to construct a worklist on the server and return it to the client. |
WTTableModel |
WorkflowService.createTableModel(String loadAction,
Vector groupBy,
Vector sortBy,
WTObject contextObject)
This method is used to construct a worklist on the server and return it to the client. |
WTTableModel |
StandardWorkflowService.createTableModel(String loadAction)
This method is used to construct a worklist on the server and return it to the client. |
WTTableModel |
StandardWorkflowService.createTableModel(String loadAction,
Vector groupBy,
Vector sortBy)
This method is used to construct a worklist on the server and return it to the client. |
WTTableModel |
StandardWorkflowService.createTableModel(String loadAction,
Vector groupBy,
Vector sortBy,
WTObject contextObject)
This method is used to construct a worklist on the server and return it to the client. |
WTTableModel |
AssociatedProcessProcessor.getModel(Locale locale)
Create a WTTableModel containing information about the workflow procesess related to the context object specified by the OID paramater of the URL |
WTTableModel |
AssociatedProcessProcessor.createTableModel(String loadAction,
Vector groupBy,
Vector sortBy,
WTObject contextObject,
Locale locale)
This method is used to construct a worklist on the server and return it to the client. |
Uses of WTTableModel in wt.workflow.worklist |
Methods in wt.workflow.worklist that return WTTableModel | |
WTTableModel |
WfWorkListProcessor.getModel(Locale locale)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |