Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IRemoteSession.GetObjectManager Method 

Returns an IObjectManager object for the portal object class passed in.

IObjectManager GetObjectManager(
   ObjectClass clazz
);

Parameters

clazz
The class of portal object to query.

Return Value

An IObjectManager object for that class of objects.

Remarks

An IObjectManager enables you to query information about existing objects in the portal. This method does not work with ObjectClass.DocumentFolder, and thus it is impossible to query ACLs on portal document folders.

Exceptions

Exception Type Condition
ArgumentException if an invalid object class is passed.

See Also

IRemoteSession Interface | Plumtree.Remote.PRC Namespace