Neokernel API

IObjectManager Methods

The methods of the IObjectManager interface are listed below. For a complete list of IObjectManager interface members, see the IObjectManager Members topic.

Public Instance Methods

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:
IObjectManager.LIST_TYPES Lists object types that already exist.
IObjectManager.LIST_SUPPORTED_TYPES Lists objects which can be passed to createObject.
ObjectType Lists all existing objects of the same ObjectType.
PropsQuery Lists Props based on data from the PropsQuery object.
Note: Some object managers may support additional values for access to non-standard features.
removeObject Deletes the object corresponding to an object ID from the object manager.

See Also

IObjectManager Interface | com.neokernel.om Namespace