Class icm.model.properties.controller.PropertyCollectionController

Extends pvr.controller.PropertyCollectionController to coordinate an asynchronous retrieval of the attachment property values.

For more information please refer to pvr package of the Content Navigator jsdocs.


Defined in: <icm/model/properties/controller/PropertyCollectionController.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Retrieves the attachment property values for a work item model object.

Constructor Detail

icm.model.properties.controller.PropertyCollectionController()

Method Detail

retrieveAttachmentValues(callback)

Retrieves the attachment property values for a work item model object.

To improve performance, the values associated with icm.model.properties.controller.types.AttachmentPropertyController objects are not initially retrieved. Any code interested in accessing attachment property values must first call this method to ensure they are retrieved.

Parameters:
{function} callback
A callback method to be called after the attachment values are retrieved