Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IObjectManager.QuerySingleObject Method 

Queries for a single object by object ID and retrieves all of its properties.

IObjectQueryRow QuerySingleObject(
   int objectID
);

Parameters

objectID
The ID of the object to be queried.

Return Value

An IObjectQueryRow object representing the specified object's properties.

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