Home > Contents > Index > 
OBJECT.ROOT
Retrieves a list of root nodes.
Syntax
<OBJECT.ROOT CLASS="some class name" LIST="some list" [OBJECTTYPE="some object type"] [OBJECTID="id of object"] [OBJECTVERSION="version of object"] [CODE="some code"] [ORDER="order of names"] [ARG1="argument 1"] />Parameters
CLASS (required)- Class name of the object.
LIST (required)- Specifies the name of the list in the list pool.
OBJECTTYPE (optional)- Type of object.
OBJECTID (optional)- Id of the object.
OBJECTVERSION (optional)- Version of the object.
CODE (optional)- Allows selection of nodes based on their associated code.
ORDER (optional)- Specifies a comma separated list of field names that should be used to order the list of objects.
ARG1 (optional)- Argument one.
Description
This tag builds a list of node objects that have no parent, and are therefore considered root nodes.
Error Numbers
The possible values of
errnoinclude:
Example
The following example retrieves a list of root nodes from the
com.openmarket.framework.objects.AbstractObjectclass.<OBJECT.ROOT CLASS="com.openmarket.framework.objects.AbstractObject" LIST="list1" ARG1="Tree1"/>See Also
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.