
Each item in the UWL has an item type that defines its behavior - most importantly the actions to be launched for the user to perform on the task. The item type also allows defining additional actions, including decision options. For example, mass approval views. Custom attributes can add additional information to the original item.
The UWL Views are strongly based on item types - they determine which items are displayed in the list, and which provider systems are queried for them (see the item type connector attribute).
UWL defined item types may not be known in the item provider system. The child tag ItemTypeCriteria specifies how an item of external type from the item provider is mapped to a UWL type. Based on the criteria, arriving items are mapped to UWL types.
Item types are hierarchical. Items of type uwl.task.workcenter1.TS001234 inherit all actions defined for the parent type uwl.task.workcenter1.
A view which references uwl.task.workcenter1 as supported item type displays all items of that type and all its sub types.
Item types can define actions as menu items that appear as context menu at the subject within the standard UWL task view. See tag Menu.
Customization of item types for page launch purposes is covered in the Task Launch Customization documentation.
|
Attribute |
Description |
|---|---|
|
name |
Specifies the item type name. Item types are hierarchical as defined by their name, using the '.' (dot) character for separating hierarchy levels: uwl.task.workcenter1.TS001234 is a sub type of uwl.task.workcenter1 . An item type definition in a configuration with higher priority can override the same item type in a configuration with lower priority (see also UWL administration documentation for configuration upload). The name should not contain any blanks or special characters. |
|
connector |
Specifies the connector that fetches these item types. Example values:
|
|
defaultView |
Specifies the UWL View name that will display work items of this item type. The view with this name has to either reside in the same configuration or in the standard configuration (uwl.standard) which is shipped with the UWL. If unsure of which view to use, use " DefaultView " as the value. |
|
defaultAction |
Specifies the Action that should be invoked when the subject link of an item is selected. This Action has to be present in the definition of the ItemType or in any of parent ItemTypes. (Hint: item type a.b.c has the parent item type a.b) |
|
executionMode |
Specifies whether item should be validated before an action is performed.
|
Child Tags: Caching , ItemTypeCriteria , CustomAttributes , Actions , Menu