content::item::set_release_period (public)
content::item::set_release_period -item_id item_id \ [ -start_when start_when ] [ -end_when end_when ]
Defined in packages/acs-content-repository/tcl/content-item-procs.tcl
- Switches:
- -item_id (required)
- -start_when (optional)
- -end_when (optional)
- 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 start_when $start_when ] [list end_when $end_when ] ] content_item set_release_period]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