Class Index | File Index

Classes


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>.

Class 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.
Class 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

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Nov 30 2021 06:05:22 GMT-0800 (PST)