Home > Contents > Index >
ics:treemanager.getnode
Retrieves a node from a table using the
ics:treemanager
command. The object data may be joined to the result.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="getnode/> <ics:argument name="treename" value="name"/> <ics:argument name="node" value="nodeid"/> [<ics:argument name="join" value="true|false"/>] [<ics:argument name="depth" value="recursion depth"/>] </ics:treemanager>Parameters
ftcmd (required)
- Value must be set to
getnode
.
treename (required)
- Name of the tree.
node (required)
- ID of the node.
join (optional)
true
orfalse
to join the object table. Note that the object table holds the cache information.
depth (optional)
- Defaults to 1. Limits the depth of recursion when scanning a tree. Illegal values are converted to 1. Specify -1 to remove depth restrictions on scan. Note below the impact of a deep recursive search. The
depth
parameter must be set to 1 if join istrue
.
- Object tables that are joined to are required to be registered as type
obj
in theSystemInfo
table in order to support the caching of resultsets that are created.
- The name of the
LIST
constructed is stored in the value of the variables,treename
(that is,Variables.treename
).
errno
The possible values of
errno
include:
Value Description -3 No access privileges to table. -103 No table. -108 Node not input. -110 Invalid tree name.See Also
The following
ics:treemanager
command:
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.