Class ecm.widget.process.TrackerLayout


Extends ecm.widget.process.ProcessorLayout, ecm.widget.process._ProcessorMixin.
Provides the basic layout for the IBM FileNet P8 workflow tracker page. Users can use the tracker page to monitor the progress of a running workflow.
Defined in: <ecm\widget\process\TrackerLayout.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
createWorkItem(repository)
Creates a ecm.model.WorkItem object from the passed in parameter information.
 
 
Unlocks the tracker item and closes the tracker window.
 
Removes the tracker item from the tracker queue.
 
 
Updates the widgets with the current work item property information for rendering.

Constructor Detail

ecm.widget.process.TrackerLayout()

Method Detail

createWorkItem(repository)

Creates a ecm.model.WorkItem object from the passed in parameter information.
Parameters:
repository
A ecm.model.Repository object.

destroy()


onClose()

Unlocks the tracker item and closes the tracker window.

onDelete()

Removes the tracker item from the tracker queue.

postCreate()


updateView()

Updates the widgets with the current work item property information for rendering.