xowiki::Package proc instantiate_page_from_id (public)

 xowiki::Package[i] instantiate_page_from_id [ -revision_id revision_id ] \
    [ -item_id item_id ] [ -user_id user_id ] [ -parameter parameter ]

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

Instantiate a page in situations, where the connection context is not set up (e.g. we have no package object). This call is convenient when testing e.g. from the developer shell.

Switches:
-revision_id
(defaults to "0") (optional)
-item_id
(defaults to "0") (optional)
-user_id
(defaults to "-1") (optional)
-parameter
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_workflow_with_instance create_workflow_with_instance (test xowf) xowiki::Package proc instantiate_page_from_id xowiki::Package proc instantiate_page_from_id test_create_workflow_with_instance->xowiki::Package proc instantiate_page_from_id

Testcases:
create_workflow_with_instance
[ show source ]
Show another procedure: