xowiki::Package instproc get_ids_for_bulk_actions (public)
<instance of xowiki::Package> get_ids_for_bulk_actions \ [ -parent_id parent_id ] page_references
Defined in /var/www/openacs.org/packages/xowiki/tcl/package-procs.tcl
The page_reference is either an item_id, a fully qualified URL path or the name exactly as stored in the content repository ("name" attribute in the database, requires parent_id to be provided as well)
- Switches:
- -parent_id (optional)
- optional, only needed in legacy cases, when page_reference is provided as page name
- Parameters:
- page_references (required)
- item_ids, paths or names to be resolved as item_ids
- Returns:
- list of valid item_ids
- Testcases:
- No testcase defined.