Neokernel API

ObjectManager.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.

public virtual ArrayList listObjects(
   object objectQuery
);

Parameters

objectQuery
Any valid object from the list above.

Return Value

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

Implements

IObjectManager.listObjects

See Also

ObjectManager Class | com.neokernel.om Namespace