/lib/api.phpGollem external API interface.
This file defines Gollem's external API interface. Other applications can interact with Gollem through this API.
$Horde: gollem/lib/api.php,v 1.14.2.5 2008/10/09 20:54:42 jan Exp $
_gollem_browse (line 79)
Browses through the VFS tree.
Each VFS backend is listed as a directory at the top level. No modify operations are allowed outside any VFS area.
_gollem_getViewLink (line 505)
Returns a link to the gollem file preview interface
_gollem_mkcol (line 268)
Creates a directory ("collection" in WebDAV-speak) within the VFS
_gollem_move (line 333)
Renames a file or directory
_gollem_path_delete (line 411)
Removes a file or folder from the VFS
_gollem_perms (line 472)
_gollem_put (line 205)
Accepts a file for storage into the VFS
_gollem_returnFromSelectlist (line 592)
Returns the data for a given selection ID and index.
_gollem_selectlistLink (line 550)
Creates a link to the gollem file selection window.
The file section window will return a cache ID value which should be used (along with the selectListResults and returnFromSelectList functions below) to obtain the data from a list of selected files.
There MUST be a form field named 'selectlist_selectid' in the calling form. This field will be populated with the selection ID when the user completes file selection.
There MUST be a form parameter named 'actionID' in the calling form. This form will be populated with the value 'selectlist_process' when the user completes file selection. The calling form will be submitted after the window closes (i.e. the calling form must process the 'selectlist_process' actionID).
_gollem_selectlistResults (line 570)
Returns the list of files selected by the user for a given selection ID.
_gollem_setSelectlist (line 615)
Sets the files selected for a given selection ID.
Documentation generated on Sun, 30 Jan 2011 05:24:44 +0000 by phpDocumentor 1.4.3