content::item::relate (public)
content::item::relate -item_id item_id -object_id object_id \ [ -relation_tag relation_tag ] [ -order_n order_n ] \ [ -relation_type relation_type ]
Defined in packages/acs-content-repository/tcl/content-item-procs.tcl
- Switches:
- -item_id (required)
- -object_id (required)
- -relation_tag (optional)
- -order_n (optional)
- -relation_type (optional, defaults to
"cr_item_rel"
)- Returns:
- NUMBER(38)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [package_exec_plsql -var_list [list [list item_id $item_id ] [list object_id $object_id ] [list relation_tag $relation_tag ] [list order_n $order_n ] [list relation_type $relation_type ] ] content_item relate]Generic XQL file: packages/acs-content-repository/tcl/content-item-procs.xql
PostgreSQL XQL file: packages/acs-content-repository/tcl/content-item-procs-postgresql.xql
Oracle XQL file: packages/acs-content-repository/tcl/content-item-procs-oracle.xql