9 calls to cmisapi_getRepositoryInfo() in CMIS API 6
- cmis_browser_browse in cmis_browser/
cmis_browser.module - Build CMIS repository browse page.
- cmis_content_create_form_submit in cmis_content/
cmis_content.module - Handle content create form submission.
- cmis_content_generate_doc_view in cmis_content/
cmis_content.module - Generate CMIS document list view. It displays document icon, name, download link, description, size, last modification date, modifier and thumbnail if any.
- cmis_content_get in cmis_content/
cmis_content.module - Handle content download @todo: input validation
- cmis_dev_info in cmis_dev/
cmis_dev.module - Return CMIS Repository Information such as repo name, repo description, vendor name, product name and product version.
- cmis_path_autocomplete in ./
cmis.module - Utitily function for supporting CMIS repository path auto-complete.
- cmis_query_cmis_query in cmis_query/
cmis_query.module - Executes CMIS search and process search return. $query CMIS SQL query.
- cmis_sync_cron in cmis_sync/
cmis_sync.module - Implementation of hook_cron @todo: handle SQL injection for CMIS query calls. Low priority.
- cmis_sync_nodeapi in cmis_sync/
cmis_sync.module - Implementation of hook_nodeapi