/ktapi/ktapi.inc.php
Description
Implements a cleaner wrapper API for KnowledgeTree.
Includes
require_once
(KT_LIB_DIR.'/foldermanagement/folderutil.inc.php')
(line 34)
require_once
('../config/dmsDefaults.php')
(line 32)
require_once
(KT_LIB_DIR.'/filelike/fsfilelike.inc.php')
(line 33)
Constants
KTAPI_ERROR_DOCUMENT_CHECKED_OUT = 'The document is checked out.'
(line 49)
KTAPI_ERROR_DOCUMENT_INVALID = 'The document could not be resolved.'
(line 43)
KTAPI_ERROR_DOCUMENT_NOT_CHECKED_OUT = 'The document is not checked out.'
(line 50)
KTAPI_ERROR_DOCUMENT_TYPE_INVALID = 'The document type could not be resolved.'
(line 48)
KTAPI_ERROR_FOLDER_INVALID = 'The folder could not be resolved.'
(line 42)
KTAPI_ERROR_INSUFFICIENT_PERMISSIONS = 'The user does not have sufficient permissions to access the resource.'
(line 46)
KTAPI_ERROR_INTERNAL_ERROR = 'An internal error occurred. Please review the logs.'
(line 47)
KTAPI_ERROR_KTAPI_INVALID = 'The ktapi could not be resolved.'
(line 45)
KTAPI_ERROR_PERMISSION_INVALID = 'The permission could not be resolved.'
(line 41)
KTAPI_ERROR_SESSION_INVALID = 'The session could not be resolved.'
(line 40)
KTAPI_ERROR_USER_INVALID = 'The user could not be resolved.'
(line 44)
KTAPI_ERROR_WORKFLOW_INVALID = 'The workflow could not be resolved.'
(line 51)
KTAPI_ERROR_WORKFLOW_NOT_IN_PROGRESS = 'The workflow is not in progress.'
(line 52)
KTAPI_PERMISSION_ADD_FOLDER = 'ktcore.permissions.addFolder'
(line 66)
KTAPI_PERMISSION_CHANGE_OWNERSHIP = 'ktcore.permissions.security'
(line 68)
KTAPI_PERMISSION_DELETE = 'ktcore.permissions.delete'
(line 63)
KTAPI_PERMISSION_DOCUMENT_MOVE = 'ktcore.permissions.write'
(line 69)
KTAPI_PERMISSION_READ = 'ktcore.permissions.read'
(line 64)
KTAPI_PERMISSION_RENAME_FOLDER = 'ktcore.permissions.folder_rename'
(line 67)
KTAPI_PERMISSION_WORKFLOW = 'ktcore.permissions.workflow'
(line 70)
KTAPI_PERMISSION_WRITE = 'ktcore.permissions.write'
(line 65)
Documentation generated on Sun, 22 Apr 2007 02:30:43 +0200 by phpDocumentor 1.3.2