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

 


ics:treemanager.validatenode

Verifies that the given node is valid using the ics:treemanager command.

Syntax

Parameters

ftcmd (required)
Value must be set to validatenode.

treename (required)
Name of the tree.

node (required)
ID of the node. Returns success or failure in the result code.

Description

The validatenode command verifies that the given node is valid. There must exist an object table with the otype of the node and there must be an object in that table with the oid 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 (if validate is true).
-115
Unknown object class (if validate is true).

  Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.