site_node::get_from_object_id (public)

 site_node::get_from_object_id -object_id object_id

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

return the site node associated with the given object_id WARNING: Returns only the first site node associated with this object.

Switches:
-object_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_subsite_api subsite_api (test acs-subsite) site_node::get_from_object_id site_node::get_from_object_id test_subsite_api->site_node::get_from_object_id site_node::get site_node::get (public) site_node::get_from_object_id->site_node::get site_node::get_url_from_object_id site_node::get_url_from_object_id (public) site_node::get_from_object_id->site_node::get_url_from_object_id acs_admin::require_site_wide_package acs_admin::require_site_wide_package (public) acs_admin::require_site_wide_package->site_node::get_from_object_id navigation::test::context_bar_multirow_filter navigation::test::context_bar_multirow_filter (private) navigation::test::context_bar_multirow_filter->site_node::get_from_object_id packages/acs-subsite/lib/subsites.tcl packages/acs-subsite/ lib/subsites.tcl packages/acs-subsite/lib/subsites.tcl->site_node::get_from_object_id subsite::default::create_app_group subsite::default::create_app_group (public) subsite::default::create_app_group->site_node::get_from_object_id subsite::get subsite::get (public) subsite::get->site_node::get_from_object_id

Testcases:
subsite_api
Source code:
    return [get -url [lindex [get_url_from_object_id -object_id $object_id] 0]]
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: