• Publicity: Public Only All

xowiki-procs.tcl

XoWiki - main library classes and objects

Location:
packages/xowiki/tcl/xowiki-procs.tcl
Created:
2006-01-10
Author:
Gustaf Neumann
CVS Identification:
$Id: xowiki-procs.tcl,v 1.549 2024/12/28 15:49:32 gustafn Exp $

Procedures in this file

Detailed information

xowiki::update_item_index (public)

 xowiki::update_item_index -item_id item_id [ -name name ] \
    [ -package_id package_id ] [ -parent_id parent_id ] \
    [ -publish_status publish_status ] \
    [ -page_template page_template ] [ -assignee assignee ] \
    [ -state state ] [ -hstore_attributes hstore_attributes ]

Helper function to update single or multiple fields of the xowiki_form_instance_item_index. Call this function only when updating fields of the xowiki_form_instance_item_index in cases where the standard API based on save and save_use can not be used.

Switches:
-item_id (required)
-name (optional)
-package_id (optional)
-parent_id (optional)
-publish_status (optional)
-page_template (optional)
-assignee (optional)
-state (optional)
-hstore_attributes (optional)

Testcases:
slot_interactions
[ show source ]