Class Index | File Index

Classes


Class icm.model.SolutionRolesMembersCache


Defined in: <icm/model/SolutionRolesMembersCache.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The process connection point identifier.
 
The Repository object for the target object store the solution is deployed to.
Method Summary
Method Attributes Method Name and Description
 
onChange(rolesMembsCache)
While a retrieval is in progress, caller can attach to this method to get notified each time there is an update to this object.
 
onError(rolesMembsCache, errResult)
The caller can attach to this method if the retrieval terminates unexpectedly.
 
Call the retrieve() method to ensure that the members are retrieved.
Class Detail
icm.model.SolutionRolesMembersCache()
Field Detail
connectionPoint
The process connection point identifier.

targetObjectStore
The Repository object for the target object store the solution is deployed to.
Method Detail
onChange(rolesMembsCache)
While a retrieval is in progress, caller can attach to this method to get notified each time there is an update to this object. Additional members collected incrementally can be obtained this way.
Parameters:
rolesMembsCache

onError(rolesMembsCache, errResult)
The caller can attach to this method if the retrieval terminates unexpectedly.
Parameters:
rolesMembsCache
errResult

retrieve()
Call the retrieve() method to ensure that the members are retrieved. Returns true or false to indicate if retrieval is complete. If false is returned the retrieval carries on in the background and the caller can attach to the onChange and onError methods to get notified of progress.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Sep 10 2023 05:26:48 GMT-0700 (PDT)