Class ecm.widget.process.ProcessorLayout


Extends ecm.widget.process.BaseLayout.
Provides the basic layout for IBM FileNet P8 workflow processors.
Defined in: <ecm\widget\process\ProcessorLayout.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Builds the rendering, using contentString as the HTML template for the content area of the dialog.
 
 
createWorkItem(repository)
Creates an ecm.model.WorkItem object from the passed in parameter information.
 
 
Returns the work item for this layout.
 
postCreate() is called after buildRendering().
 
When this method is called, all variables inherited from super classes are 'mixed in'.
 
setWorkItem(workItem)
Sets the ecm.model.WorkItem object for this layout.

Constructor Detail

ecm.widget.process.ProcessorLayout()

Method Detail

buildRendering()

Builds the rendering, using contentString as the HTML template for the content area of the dialog.

constructor()


createWorkItem(repository)

Creates an ecm.model.WorkItem object from the passed in parameter information. This is an abstract method and must be overridden.
Parameters:
repository
A ecm.model.Repository object.

destroyRecursive()


getWorkItem()

Returns the work item for this layout.
Since:
2.0.3

postCreate()

postCreate() is called after buildRendering(). This is useful to override when you need to access and/or manipulate DOM nodes included with your widget. DOM nodes and widgets with the dojoAttachPoint attribute specified can now be directly accessed as fields on "this". Common operations for postCreate: 1) Access and manipulate DOM nodes created in buildRendering() 2) Add new DOM nodes or widgets.

postMixInProperties()

When this method is called, all variables inherited from super classes are 'mixed in'. Common operations for postMixInProperties include modifying or assigning values for widget property variables defined in the template HTML file.

setWorkItem(workItem)

Sets the ecm.model.WorkItem object for this layout.
Parameters:
workItem
The new work item for this layout.
Since:
2.0.3