Class ecm.widget.process.TrackerHistoryPane


Extends dijit._Widget.
Provides a widget that is used to view the history of an IBM FileNet P8 workflow.
Defined in: <ecm\widget\process\TrackerHistoryPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
A boolean that indicates if the workflow is an approval workflow.
 
A boolean that shows or hides the tracker history map selector.
 
Renders only the last history entry when true.

Method Summary

Method Attributes Method Name and Description
 
 
An event function called after the widget is finished rendering.
 
 
Retrieve the history information for the work item and render it in the history pane.
 
Function to resize the widget.
 
setItem(workItem)
Called to set the work item object into the history pane.show

Constructor Detail

ecm.widget.process.TrackerHistoryPane()

Field Detail

isApprovalWorkflow

A boolean that indicates if the workflow is an approval workflow.

showHistoryMap

A boolean that shows or hides the tracker history map selector.

showLatestHistoryEntryOnly

Renders only the last history entry when true.

Method Detail

destroy()


onCompleteRendering()

An event function called after the widget is finished rendering.

postCreate()


render()

Retrieve the history information for the work item and render it in the history pane.

resize()

Function to resize the widget.

setItem(workItem)

Called to set the work item object into the history pane.show
Parameters:
workItem
A ecm.model.WorkItem object.