Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IObjectManager.UpdateACL Method 

Updates the ACL (Access Control List) on a portal object.

void UpdateACL(
   int objectID,
   IACL acl
);

Parameters

objectID
The object ID for which to set the ACL.
acl
The ACL to set on the object.

Remarks

You can only update the ACL on an object with an ACL that was retrieved from the same object.

Exceptions

Exception Type Condition
ArgumentException The object ID is invalid.
PortalException The operation resulted in an error in the portal.
SoapException There was a communication problem during the execution of the remote method call.
ACLEntryReadOnlyException The ACL contains read-only ACLEntrys which have been modified.

See Also

IObjectManager Interface | Plumtree.Remote.PRC Namespace