Home > Contents > Index >
ics:treemanager.validatenode
Verifies that the given node is valid using the
ics:treemanager
command.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="validatenode"/> <ics:argument name="treename" value="name"/> <ics:argument name="node" value="node ID"/> </ics:treemanager>Parameters
ftcmd (required)
- Value must be set to
validatenode
.
treename (required)
- Name of the tree.
node (required)
- ID of the node. Returns
success
orfailure
in the result code.
Description
The
validatenode
command verifies that the given node is valid. There must exist an object table with theotype
of the node and there must be an object in that table with theoid
of the node.errno
The possible values of
errno
include:
Value Description -3 No access privileges to table. -110 Invalid tree name. -114 Missing class type (ifvalidate
istrue
). -115 Unknown object class (ifvalidate
istrue
).
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.