Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IObjectManager.QueryACL Method 

Retrieves an ACL (Access Control List) for managing the security on a portal object.

IACL QueryACL(
   int objectID
);

Parameters

objectID
The object ID of the object for which to retrieve the ACL.

Return Value

The ACL for the 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.

See Also

IObjectManager Interface | Plumtree.Remote.PRC Namespace