xowiki::test::require_link (private)

 xowiki::test::require_link name parent_id package_id target_ref

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

Parameters:
name
parent_id
package_id
target_ref

Partial Call Graph (max 5 caller/called nodes):
%3 test_link_tests link_tests (test xowiki) xowiki::test::require_link xowiki::test::require_link test_link_tests->xowiki::test::require_link test_xowiki_test_cases xowiki_test_cases (test xowiki) test_xowiki_test_cases->xowiki::test::require_link aa_log aa_log (public) xowiki::test::require_link->aa_log

Testcases:
xowiki_test_cases, link_tests
Source code:
        set item_id [::xo::db::CrClass lookup -name $name -parent_id $parent_id]

        if {$item_id == 0} {
            set form_id [::$package_id instantiate_forms -forms en:link.form]
            set f [::$form_id create_form_page_instance  -name $name  -nls_language en_US  -instance_attributes [list link $target_ref]  -default_variables [list  title "Link $name -> $target_ref"  parent_id $parent_id  package_id $package_id]]
            $f publish_status ready
            $f save_new
            set item_id [$f item_id]
        }
        aa_log "  $name => $item_id"
        return $item_id
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: