Home > Contents > Index >
ics:treemanager.setobject
Sets an object on a node using the
ics:treemanager
command.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="setobject"/> <ics:argument name="treename" value="name"/> <ics:argument name="node" value="node ID"/> [<ics:argument name="otype" value="object table"]/> [<ics:argument name="oid" value="object ID"]/> [<ics:argument name="ncode" value="string value"/>] [<ics:argument name="validate" value="true|false"/>] [<ics:argument name="nrank" value="node rank"/>] </ics:treemanager>Parameters
ftcmd
(required)- Value must be set to
setobject
.
treename
(required)- Name of the tree.
node
(required)- ID of the node.
otype (
optional)- Name of the object table.
oid
(optional)- Identifies the object in an object table.
ncode
(optional)- 16-character string available for use by an application.
validate
(optional)- If
true
, the object is validated before being set (see alsoics:treemanager.validatenode
).
nrank
(optional)- Value of rank to assign this node.
Description
The
setobject
command sets an object on a node. Theotype
,oid
, andncode
parameters may beNULL
ifvalidate
isfalse
. Ifvalidate
istrue
, the existence of the table named with theotype
paramenter, and the existence of a record identified by theoid
paremeter, is verified.errno
The possible values of
errno
include:
Value Description -3 No access privileges to table. -103 No table. -105 Database error. -106 Missing or invalid parameters. -110 Invalid tree name. -114 Missing class type (Ifvalidate
istrue
).
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.