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 (required)

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: