site_node::get_parent (public)

 site_node::get_parent -node_id node_id

Defined in packages/acs-tcl/tcl/site-nodes-procs.tcl

Switches:
-node_id
(required)
Returns:
the parent node of this node

Partial Call Graph (max 5 caller/called nodes):
%3 attachments::get_root_folder attachments::get_root_folder (public) site_node::get_parent site_node::get_parent attachments::get_root_folder->site_node::get_parent packages/attachments/www/admin/new-root-folder-map.tcl packages/attachments/ www/admin/new-root-folder-map.tcl packages/attachments/www/admin/new-root-folder-map.tcl->site_node::get_parent site_node::get site_node::get (public) site_node::get_parent->site_node::get site_node::get_parent_id site_node::get_parent_id (public) site_node::get_parent->site_node::get_parent_id

Testcases:
No testcase defined.
Source code:
    return [get -node_id [get_parent_id -node_id $node_id]]
Generic XQL file:
packages/acs-tcl/tcl/site-nodes-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/site-nodes-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: