Neokernel API

IObjectManager.listObjects Method

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.

ArrayList listObjects(
   object objectQuery
);

Parameters

objectQuery
Any valid object from the list above.

Return Value

An ArrayList containing Objects based on the query; null if the query wasn't recognized.

See Also

IObjectManager Interface | com.neokernel.om Namespace