Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IRole.Store Method 

Refreshes the access levels and members contained in this role instance.

void Store();

Remarks

Any modifications to IRole will not be stored permanently until this method is called.

Exceptions

Exception Type Condition
CollaborationException One or more invalid IDs were added to the role with AddMember prior to this call. Includes a detailed message denoting all the invalid IDs.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IRole Interface | Plumtree.Remote.PRC.Collaboration.Security Namespace