install::xml::object_id::object (public)

 install::xml::object_id::object node

Defined in packages/acs-tcl/tcl/install-procs.tcl

Returns a literal object_id for an object. use <object id="-100"> to return the literal id -100.

Parameters:
node

Partial Call Graph (max 5 caller/called nodes):
%3 install::xml::action::add-subsite-admin install::xml::action::add-subsite-admin (public) install::xml::object_id::object install::xml::object_id::object install::xml::action::add-subsite-admin->install::xml::object_id::object install::xml::action::add-subsite-member install::xml::action::add-subsite-member (public) install::xml::action::add-subsite-member->install::xml::object_id::object apm_required_attribute_value apm_required_attribute_value (public) install::xml::object_id::object->apm_required_attribute_value install::xml::util::get_id install::xml::util::get_id (public) install::xml::object_id::object->install::xml::util::get_id

Testcases:
No testcase defined.
Source code:
    set id [apm_required_attribute_value $node id]

    if {[string is integer $id]} {
        return $id
    } else {
        return [install::xml::util::get_id $id]
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: