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. |
An ArrayLists containing Objects based on the query; null if the query wasn't recognized.
ObjectManager Class | com.neokernel.om Namespace