Class ecm.widget.layout.WorkPane


Extends ecm.widget.layout._LaunchBarPane, ecm.widget.layout._RepositorySelectorMixin.
Provides a pane that contains workflow navigation components. This pane restricts repository selection to IBM FileNet P8 repositories with workflow privileges and IBM Content Manager repositories.
Defined in: <ecm\widget\layout\WorkPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Clears the work pane.
 
 
 
Looks for repository specified as a URL parameter and uses it if found, otherwise, use the default repository specified in the desktop.
 
Loads the work pane content for rendering.
 
Overridden to check for worklist parameters in the URL.
 
 
openInbaskets(worklist)
Opens an IBM FileNet P8 in-basket worklist.
 
openWorklists(worklist)
Opens an IBM Content Manager worklist.
 
 
Resets the content of this pane.
 
setParams(params)
Method called by parent container to pass additional parameters to this pane.
 
setRepository(repository)
Sets a specific repository as being selected in the work pane.
 
setWorklist(worklist, repository)
Sets the worklist to be loaded into this pane.

Constructor Detail

ecm.widget.layout.WorkPane()

Method Detail

clear()

Clears the work pane.

destroy()


focus()


getDefaultLayoutRepository()

Looks for repository specified as a URL parameter and uses it if found, otherwise, use the default repository specified in the desktop.
Since:
2.0.3

loadContent()

Loads the work pane content for rendering.

loadDefaultRepository()

Overridden to check for worklist parameters in the URL. If found, sets the specified worklist as selected on the initial load. Called when connecting up the repository selector just after login.
Since:
2.0.3

onRepositorySelectorSelect(repositories)

Parameters:
repositories
Since:
2.0.3

openInbaskets(worklist)

Opens an IBM FileNet P8 in-basket worklist.
Parameters:
worklist
This is an ecm.model.ProcessInbasket object.

openWorklists(worklist)

Opens an IBM Content Manager worklist.
Parameters:
worklist
This is an ecm.model.Worklist object.

postCreate()


reset()

Resets the content of this pane.

setParams(params)

Method called by parent container to pass additional parameters to this pane.
Parameters:
params
Contains a handle to the worklist object to use when displaying this pane.

setRepository(repository)

Sets a specific repository as being selected in the work pane.
Parameters:
repository
A ecm.model.Repository object to be selected.

setWorklist(worklist, repository)

Sets the worklist to be loaded into this pane.
Parameters:
worklist
An ecm.model.Worklist object, or a derivation of one.
repository
An ecm.model.Repository object to be selected.