xowiki::Package proc get_url_from_id (public)

 xowiki::Package[i] get_url_from_id [ -item_id item_id ] \
    [ -revision_id revision_id ]

Defined in packages/xowiki/tcl/package-procs.tcl

Get the full URL from a page in situations, where the context is not set up.

Switches:
-item_id
(defaults to "0") (optional)
-revision_id
(defaults to "0") (optional)
See Also:
  • instantiate_page_from_id

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
set page [::xowiki::Package instantiate_page_from_id  -item_id $item_id -revision_id $revision_id]
return [::[$page package_id] url]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: