Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

OBJECT.ROOT

Retrieves a list of root nodes.

Syntax

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.

errno

The possible values of errno include:

Value
Description
-10001
The implementing class is invalid.
-10002
There is a missing method for the implementing class.
-10003
The method could not be invoked successfully.
-10006
The object ID is not valid.
-10007
The version of the object is not valid.

Example

The following example retrieves a list of root nodes from the com.openmarket.framework.objects.AbstractObject class.

See Also

OBJECT.SETPARENT

  Home > Contents > Index >

FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.