- Publicity: Public Only All
site-node-object-map-procs.tcl
Portal Node Mappings
- Location:
- packages/acs-tcl/tcl/site-node-object-map-procs.tcl
- Created:
- April 2002
- Author:
- Ben Adida <ben@openforce.net>
- CVS Identification:
$Id: site-node-object-map-procs.tcl,v 1.7 2024/09/11 06:15:48 gustafn Exp $
Procedures in this file
- site_node_object_map::del (public)
- site_node_object_map::get_node_id (public)
- site_node_object_map::get_url (public)
- site_node_object_map::new (public)
Detailed information
site_node_object_map::del (public)
site_node_object_map::del -object_id object_id
unmap object object_id from site_node node_id in table site_node_object_mappings
- Switches:
- -object_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
site_node_object_map::get_node_id (public)
site_node_object_map::get_node_id -object_id object_id
- Switches:
- -object_id (required)
- Returns:
- the node_id of the site_node of the passed object_id
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
site_node_object_map::get_url (public)
site_node_object_map::get_url -object_id object_id
- Switches:
- -object_id (required)
- Returns:
- the url corresponding to the site_node to which the passed object_id is mapped.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
site_node_object_map::new (public)
site_node_object_map::new -object_id object_id -node_id node_id
map object object_id to site_node node_id in table site_node_object_mappings
- Switches:
- -object_id (required)
- -node_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.