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)
- Partial Call Graph (max 5 caller/called nodes):
- 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