[KTWEBSERVICE] element index
Package indexes
KTAPI
KTWSAPI
All elements
a
b
c
d
g
i
k
l
m
n
p
r
s
t
u
w
_
_
top
$__dispatch_map
KTWebService::$__dispatch_map
in webservice.php
Defines functions, parameters, and return values.
$__typedef
KTWebService::$__typedef
in webservice.php
Defines the structures that are used by web service functions.
__dispatch
KTWebService::__dispatch()
in webservice.php
a
top
$age
KTUploadManager::$age
in KTUploadManager.inc.php
$age
KTDownloadManager::$age
in KTDownloadManager.inc.php
add_document
KTWebService::add_document()
in webservice.php
Adds a document to the repository.
allow_download
KTDownloadManager::allow_download()
in KTDownloadManager.inc.php
This returns
b
top
build_url
KTDownloadManager::build_url()
in KTDownloadManager.inc.php
This returns the url used to download a document.
c
top
change_document_owner
KTWebService::change_document_owner()
in webservice.php
Changes the owner of a document.
change_document_type
KTWebService::change_document_type()
in webservice.php
Change the document type.
checkin_document
KTWebService::checkin_document()
in webservice.php
Does a document checkin.
checkout_document
KTWebService::checkout_document()
in webservice.php
Does a document checkout.
cleanup
KTUploadManager::cleanup()
in KTUploadManager.inc.php
This will remove any temporary files that have not been dealt with in the correct timeframe.
cleanup
KTDownloadManager::cleanup()
in KTDownloadManager.inc.php
This will remove any temporary files that have not been dealt with in the correct timeframe.
copy_document
KTWebService::copy_document()
in webservice.php
Copy a document to another folder.
copy_folder
KTWebService::copy_folder()
in webservice.php
Makes a copy of a folder in another location.
create_folder
KTWebService::create_folder()
in webservice.php
Creates a new folder.
d
top
$download_url
KTDownloadManager::$download_url
in KTDownloadManager.inc.php
delete_document
KTWebService::delete_document()
in webservice.php
Deletes a document.
delete_document_workflow
KTWebService::delete_document_workflow()
in webservice.php
Removes the workflow process on a document.
delete_folder
KTWebService::delete_folder()
in webservice.php
Deletes a folder.
download
KTDownloadManager::download()
in KTDownloadManager.inc.php
This starts a download.
download_document
KTWebService::download_document()
in webservice.php
Returns a reference to a file to be downloaded.
download.php
download.php
in download.php
download_cleanup.php
download_cleanup.php
in download_cleanup.php
g
top
get_document_detail
KTWebService::get_document_detail()
in webservice.php
Returns document detail given a document_id.
get_document_detail_by_name
KTWebService::get_document_detail_by_name()
in webservice.php
Returns document detail given a document name which could include a full path.
get_document_metadata
KTWebService::get_document_metadata()
in webservice.php
Returns the metadata on a document.
get_document_transaction_history
KTWebService::get_document_transaction_history()
in webservice.php
Returns the document transaction history.
get_document_types
KTWebService::get_document_types()
in webservice.php
Returns a list of document types.
get_document_version_history
KTWebService::get_document_version_history()
in webservice.php
Returns the version history.
get_document_workflow_state
KTWebService::get_document_workflow_state()
in webservice.php
Returns the current state that the document is in.
get_document_workflow_transitions
KTWebService::get_document_workflow_transitions()
in webservice.php
Returns a list of available transitions on a give document with a workflow.
get_folder_contents
KTWebService::get_folder_contents()
in webservice.php
Returns the contents of a folder.
get_folder_detail
KTWebService::get_folder_detail()
in webservice.php
Returns folder detail given a folder_id.
get_folder_detail_by_name
KTWebService::get_folder_detail_by_name()
in webservice.php
Returns folder detail given a folder name which could include a full path.
get_ktapi
KTWebService::get_ktapi()
in webservice.php
This is used by all exposed functions dependant on the sessionid.
get_uploaded_list
KTUploadManager::get_uploaded_list()
in KTUploadManager.inc.php
This is a list of all all managed files.
i
top
imported_file
KTUploadManager::imported_file()
in KTUploadManager.inc.php
index.php
index.php
in index.php
k
top
KTDownloadManager
KTDownloadManager::KTDownloadManager()
in KTDownloadManager.inc.php
Constructor for the download manager.
KTDownloadManager
KTDownloadManager
in KTDownloadManager.inc.php
KTDownloadManager manages files in the download_files table.
KTUploadManager
KTUploadManager
in KTUploadManager.inc.php
KTUploadManager manages files in the uploaded_files table.
KTUploadManager
KTUploadManager::KTUploadManager()
in KTUploadManager.inc.php
KTWebService
KTWebService::KTWebService()
in webservice.php
KTWebService
KTWebService
in webservice.php
KTDownloadManager.inc.php
KTDownloadManager.inc.php
in KTDownloadManager.inc.php
KTUploadManager.inc.php
KTUploadManager.inc.php
in KTUploadManager.inc.php
KTWS_ERR_AUTHENTICATION_ERROR
KTWS_ERR_AUTHENTICATION_ERROR
in webservice.php
KTWS_ERR_DB_PROBLEM
KTWS_ERR_DB_PROBLEM
in webservice.php
KTWS_ERR_FILE_NOT_FOUND
KTWS_ERR_FILE_NOT_FOUND
in webservice.php
KTWS_ERR_INSUFFICIENT_PERMISSIONS
KTWS_ERR_INSUFFICIENT_PERMISSIONS
in webservice.php
KTWS_ERR_INVALID_DEPTH
KTWS_ERR_INVALID_DEPTH
in webservice.php
KTWS_ERR_INVALID_DOCUMENT
KTWS_ERR_INVALID_DOCUMENT
in webservice.php
KTWS_ERR_INVALID_FILENAME
KTWS_ERR_INVALID_FILENAME
in webservice.php
KTWS_ERR_INVALID_FOLDER
KTWS_ERR_INVALID_FOLDER
in webservice.php
KTWS_ERR_INVALID_METADATA
KTWS_ERR_INVALID_METADATA
in webservice.php
KTWS_ERR_INVALID_REASON
KTWS_ERR_INVALID_REASON
in webservice.php
KTWS_ERR_INVALID_SESSION
KTWS_ERR_INVALID_SESSION
in webservice.php
KTWS_ERR_PROBLEM
KTWS_ERR_PROBLEM
in webservice.php
KTWS_SUCCESS
KTWS_SUCCESS
in webservice.php
l
top
login
KTWebService::login()
in webservice.php
Creates a new session for the user.
logout
KTWebService::logout()
in webservice.php
Closes an active session.
m
top
move_document
KTWebService::move_document()
in webservice.php
Move a folder to another location.
move_folder
KTWebService::move_folder()
in webservice.php
Moves a folder to another location.
n
top
$namespace
KTWebService::$namespace
in webservice.php
This is the namespace used by the web service.
p
top
perform_document_workflow_transition
KTWebService::perform_document_workflow_transition()
in webservice.php
Starts a transitions on a document with a workflow.
r
top
$random
KTDownloadManager::$random
in KTDownloadManager.inc.php
rename_document_filename
KTWebService::rename_document_filename()
in webservice.php
Renames the document filename.
rename_document_title
KTWebService::rename_document_title()
in webservice.php
Changes the document title.
rename_folder
KTWebService::rename_folder()
in webservice.php
Renames a folder.
run
KTWebService::run()
in webservice.php
This runs the web service
s
top
$session
KTDownloadManager::$session
in KTDownloadManager.inc.php
$session
KTUploadManager::$session
in KTUploadManager.inc.php
set_session
KTDownloadManager::set_session()
in KTDownloadManager.inc.php
Sets the current session.
set_session
KTUploadManager::set_session()
in KTUploadManager.inc.php
Sets the current session.
start_document_workflow
KTWebService::start_document_workflow()
in webservice.php
Start a workflow on a document
t
top
$temp_dir
KTUploadManager::$temp_dir
in KTUploadManager.inc.php
u
top
$userid
KTUploadManager::$userid
in KTUploadManager.inc.php
upload.php
upload.php
in upload.php
upload_cleanup.php
upload_cleanup.php
in upload_cleanup.php
undo_document_checkout
KTWebService::undo_document_checkout()
in webservice.php
Undoes a document checkout.
update_document_metadata
KTWebService::update_document_metadata()
in webservice.php
Updates document metadata.
uploaded
KTUploadManager::uploaded()
in KTUploadManager.inc.php
This tells the manager to manage a file that has been uploaded.
w
top
webservice.php
webservice.php
in webservice.php
a
b
c
d
g
i
k
l
m
n
p
r
s
t
u
w
_