Class ecm.widget.process.MilestonesLayout


Extends ecm.widget.process.ProcessorLayout, ecm.widget.process._ProcessorMixin.
Provides a layout that is used to display milestones for an IBM FileNet P8 workflow.
Defined in: <ecm\widget\process\MilestonesLayout.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 parameter information that is passed in.
 
 
Closes the milestones window.
 
An event function called after the milestones layout has completed rendering.
 

Constructor Detail

ecm.widget.process.MilestonesLayout()

Method Detail

createWorkItem(repository)

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

destroy()


onClose()

Closes the milestones window.

onCompleteRendering()

An event function called after the milestones layout has completed rendering.

postCreate()