Home > Contents > Index >
siteplan:root
Queries the SitePlanTree table for a root node of the site plan.
Syntax
<siteplan:root list="rootNode
" [objectid="object ID"]/>Parameters
list
(required)- Input. Name to assign to the list that stores the root node. The columns of the list match those from the SitePlanTree table. If a list with this name already exists, it is replaced with this new list.
objectid
(optional)- Input. Pubid of a site (formerly publication).
Description
Use this tag to extract and display information about the site structure from the top down.
If you use the
objectype
parameter, the result is a join of the SitePlanTree and the Publication table (only a publication can be a root). The name and description fields in the Publication table are then accessible without requiring a subsequent siteplan:load for the site plan.Error Numbers
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. -10004 A required parameter is missing. -10006 The object ID is not valid. -10007 The version of the object is not valid. -10008 The node ID of the object is not valid.Example
This code retrieves the root node identified by the object ID and stores it in a list named "PubRoot":
<siteplan:root list="PubRoot" objectid="968251170475"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.