content::type::register_relation_type (public)
content::type::register_relation_type -content_type content_type \ -target_type target_type [ -relation_tag relation_tag ] \ [ -min_n min_n ] [ -max_n max_n ]
Defined in packages/acs-content-repository/tcl/content-type-procs.tcl
- Switches:
- -content_type (required)
- -target_type (required)
- -relation_tag (optional)
- -min_n (optional)
- -max_n (optional)
- Returns:
- 0
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [package_exec_plsql -var_list [list [list content_type $content_type ] [list target_type $target_type ] [list relation_tag $relation_tag ] [list min_n $min_n ] [list max_n $max_n ] ] content_type register_relation_type]XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-content-repository/tcl/content-type-procs.xql