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 Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
retrieveAttachmentValues(callback)
Retrieves the attachment property values for a work item model object.
|
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