Neokernel API

IObjectManager.getObject Method

Retrieves the object corresponding to an object ID.

object getObject(
   ObjectID id
);

Parameters

id
A reference to an ObjectID representing a valid object in the object manager.

Return Value

A reference to an Object if one was found; null otherwise.

See Also

IObjectManager Interface | com.neokernel.om Namespace