apm_package_url_from_id (public)
apm_package_url_from_id package_id
Defined in packages/acs-tcl/tcl/apm-procs.tcl
Will return the first url found for a given package_id
- Parameters:
- package_id (required)
- Returns:
- The package url of the instance of the package.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [lindex [site_node::get_url_from_object_id -object_id $package_id] 0]Generic XQL file: packages/acs-tcl/tcl/apm-procs.xql
PostgreSQL XQL file: packages/acs-tcl/tcl/apm-procs-postgresql.xql
Oracle XQL file: packages/acs-tcl/tcl/apm-procs-oracle.xql