Class icm.model.SolutionRolesMembersCache
Defined in: <icm/model/SolutionRolesMembersCache.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| 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 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.
|
|
|
retrieve()
Call the retrieve() method to ensure that the members are retrieved.
|
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.