Class ecm.widget.WorklistSelector


Extends dijit._Widget.
Provides a widget that contains a tree that is used to navigate process workflow items. This widget displays the available worklists, process roles, and in-baskets for selection.
Defined in: <ecm\widget\WorklistSelector.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Clears the selected node in the list.
 
Event fired when a process application space is selected.
 
Event fired when a process role is selected.
 
Event fired when a worklist or in-basket is selected.
 
 
Resizes the tree.
 
setRepository(repository)
Sets the repository to use for filtering the list.
 
setStyle(style)
Sets the style of the selector.

Constructor Detail

ecm.widget.WorklistSelector()

Method Detail

clearSelection()

Clears the selected node in the list.

onProcessApplicationSpaceSelected(applicationSpace)

Event fired when a process application space is selected.
Parameters:
applicationSpace
Selected ecm.model.ProcessApplicationSpace object.

onProcessRoleSelected(role)

Event fired when a process role is selected.
Parameters:
role
Selected ecm.model.ProcessRole object.

onWorklistSelected(worklist)

Event fired when a worklist or in-basket is selected.
Parameters:
worklist
Selected ecm.model.WorkList or ecm.model.ProcessInbasket object.

postCreate()


resize()

Resizes the tree.

setRepository(repository)

Sets the repository to use for filtering the list.
Parameters:
repository
Instance of ecm.model.Repository.

setStyle(style)

Sets the style of the selector. The supported styles: tree.
Parameters:
style
Selector style (tree).