Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IObjectManager.LookupUUID Method 

Looks up an object's UUID by object ID.

string LookupUUID(
   int objectID
);

Parameters

objectID
The ID of the object for which to get a UUID.

Return Value

The object's UUID.

Exceptions

Exception Type Condition
HttpException The query interface URL is not valid.
PortalException The operation resulted in an error in the portal.

See Also

IObjectManager Interface | Plumtree.Remote.PRC Namespace