The methods of the IObjectManager interface are listed below. For a complete list of IObjectManager interface members, see the IObjectManager Members topic.
changeObjectID | This method changes an object's ObjectID. | ||||||||
createObject | Creates a new object in the object manager of the specified object type. Note: Currently, only the PropsType is supported. | ||||||||
getObject | Retrieves the object corresponding to an object ID. | ||||||||
listObjects | Returns an ArrayList of objects designated by the objectQuery parameter. Valid objects for this parameter are:
| ||||||||
removeObject | Deletes the object corresponding to an object ID from the object manager. |
IObjectManager Interface | com.neokernel.om Namespace