site_node::get_from_node_id (public)

 site_node::get_from_node_id -node_id node_id

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

returns an array representing the site node for the given node_id

Switches:
-node_id
(required)
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-subsite/www/admin/applications/application-delete.tcl packages/acs-subsite/ www/admin/applications/application-delete.tcl site_node::get_from_node_id site_node::get_from_node_id packages/acs-subsite/www/admin/applications/application-delete.tcl->site_node::get_from_node_id subsite::auto_mount_application subsite::auto_mount_application (public) subsite::auto_mount_application->site_node::get_from_node_id site_node::get_from_url site_node::get_from_url (public) site_node::get_from_node_id->site_node::get_from_url site_node::get_url site_node::get_url (public) site_node::get_from_node_id->site_node::get_url

Testcases:
No testcase defined.
Source code:
    return [get_from_url -url [get_url -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: