[KTAPI] element index

Package indexes

All elements
a c d e f g i k l m p r s u _
_
top
_get_document_by_name
This gets a document by filename or name.
_load_metadata_tree
This returns a metadata tree.
a
top
add_document
This adds a document to the current folder.
add_folder
This adds a subfolder folder to the current folder.
archive
KTAPI_Document::archive() in ktapi.inc.php
This flags the document as 'archived'.
c
top
can_user_access_object_requiring_permission
can_user_access_object_requiring_permission
This checks if a user can access an object with a certain permission.
change_document_type
This changes the document type of the document.
change_owner
This changes the owner of the file.
checkin
KTAPI_Document::checkin() in ktapi.inc.php
This checks a document into the repository
checkout
This returns a URL to the file that can be downloaded.
copy
KTAPI_Folder::copy() in ktapi.inc.php
This copies a folder to another location.
copy
KTAPI_Document::copy() in ktapi.inc.php
This copies the document to another folder.
d
top
$document
KTAPI_Document::$document in ktapi.inc.php
This is a reference to the internal document object.
$documentid
This is the id of the document.
delete
KTAPI_Folder::delete() in ktapi.inc.php
This deletes the current folder.
delete
KTAPI_Document::delete() in ktapi.inc.php
This deletes a document from the folder.
delete_workflow
This deletes the workflow on the document.
download
This does a download of a version of the document.
e
top
expunge
KTAPI_Document::expunge() in ktapi.inc.php
This expunges a document from the system.
f
top
$folder
KTAPI_Folder::$folder in ktapi.inc.php
This is a reference to a base Folder object.
$folderid
KTAPI_Folder::$folderid in ktapi.inc.php
This is the id of the folder on the database.
g
top
get
KTAPI_Folder::get() in ktapi.inc.php
This is used to get a folder based on a folder id.
get
KTAPI_Document::get() in ktapi.inc.php
This is used to get a document based on document id.
get_active_session
This returns an active session.
get_active_session
This returns a session object based on a session string.
get_detail
This returns detailed information on the document.
get_detail
This returns detailed information on the document.
get_documenttypeid
This returns a document type id based on the name.
get_documenttypes
Returns an array of document types.
get_document_by_filename
This can resolve a document relative to the current directy by filename .
get_document_by_id
This returns a refererence to a document based on document id.
get_document_by_name
This can resolve a document relative to the current directy by name.
get_folder
This returns a reference to the internal folder object.
get_folderid
This returns the folderid.
get_folder_by_id
KTAPI::get_folder_by_id() in ktapi.inc.php
Obtains the folder using a folder id.
get_folder_by_name
This can resolve a folder relative to the current directy by name
get_folder_name
get_full_path
get_listing
get_metadata
This returns all metadata for the document.
get_metadata_lookup
This returns an array for a lookup.
get_metadata_tree
This returns a metadata tree.
get_parent_folder_id
get_permission
KTAPI::get_permission() in ktapi.inc.php
This returns a permission.
get_permissions
This returns all permissions linked to the folder.
get_root_folder
KTAPI::get_root_folder() in ktapi.inc.php
Obtains the root folder.
get_session
This returns the session string
get_session
KTAPI::get_session() in ktapi.inc.php
This returns the current session.
get_sessionid
This returns the sessionid in the database.
get_title
get_transaction_history
This returns the transaction history for the document.
get_transaction_history
This returns a transaction history listing.
get_user
KTAPI::get_user() in ktapi.inc.php
This returns the session user.
get_user
KTAPI_Session::get_user() in ktapi.inc.php
This returns a user object for the use rassociated with the session.
get_users
KTAPI::get_users() in ktapi.inc.php
Returns an array of username/name combinations.
get_version_history
This returns the version history on the document.
get_workflows
KTAPI::get_workflows() in ktapi.inc.php
Returns a list of workflows that are active.
get_workflow_state
This returns the current workflow state
get_workflow_transitions
This returns a workflow transition
i
top
$ip
KTAPI_Session::$ip in ktapi.inc.php
k
top
$ktapi
KTAPI_FolderItem::$ktapi in ktapi.inc.php
This is a reference to the core KTAPI controller
$ktapi
KTAPI_Session::$ktapi in ktapi.inc.php
$ktapi_folder
This is a reference to the parent folder.
KTAPI
KTAPI in ktapi.inc.php
ktapi.inc.php
ktapi.inc.php in ktapi.inc.php
KTAPI_Document
KTAPI_Document in ktapi.inc.php
KTAPI_Document
This is the constructor for the KTAPI_Folder.
KTAPI_ERROR_DOCUMENT_CHECKED_OUT
KTAPI_ERROR_DOCUMENT_INVALID
KTAPI_ERROR_DOCUMENT_NOT_CHECKED_OUT
KTAPI_ERROR_DOCUMENT_TYPE_INVALID
KTAPI_ERROR_FOLDER_INVALID
KTAPI_ERROR_INSUFFICIENT_PERMISSIONS
KTAPI_ERROR_INTERNAL_ERROR
KTAPI_ERROR_KTAPI_INVALID
KTAPI_ERROR_KTAPI_INVALID in ktapi.inc.php
KTAPI_ERROR_PERMISSION_INVALID
KTAPI_ERROR_SESSION_INVALID
KTAPI_ERROR_USER_INVALID
KTAPI_ERROR_USER_INVALID in ktapi.inc.php
KTAPI_ERROR_WORKFLOW_INVALID
KTAPI_ERROR_WORKFLOW_NOT_IN_PROGRESS
KTAPI_Folder
KTAPI_Folder in ktapi.inc.php
KTAPI_Folder
This is the constructor for the KTAPI_Folder.
KTAPI_FolderItem
KTAPI_FolderItem in ktapi.inc.php
KTAPI_PERMISSION_ADD_FOLDER
KTAPI_PERMISSION_CHANGE_OWNERSHIP
KTAPI_PERMISSION_DELETE
KTAPI_PERMISSION_DELETE in ktapi.inc.php
KTAPI_PERMISSION_DOCUMENT_MOVE
KTAPI_PERMISSION_READ
KTAPI_PERMISSION_READ in ktapi.inc.php
KTAPI_PERMISSION_RENAME_FOLDER
KTAPI_PERMISSION_WORKFLOW
KTAPI_PERMISSION_WORKFLOW in ktapi.inc.php
KTAPI_PERMISSION_WRITE
KTAPI_PERMISSION_WRITE in ktapi.inc.php
KTAPI_Session
KTAPI_Session
KTAPI_Session in ktapi.inc.php
l
top
logout
KTAPI_Session::logout() in ktapi.inc.php
This closes the current session.
m
top
move
KTAPI_Folder::move() in ktapi.inc.php
This moves the folder to another location.
move
KTAPI_Document::move() in ktapi.inc.php
This moves the document to another folder.
p
top
perform_workflow_transition
This performs a transition on the workflow
r
top
rename
KTAPI_Folder::rename() in ktapi.inc.php
This renames the folder
rename
KTAPI_Document::rename() in ktapi.inc.php
This changes the title of the document.
renameFile
This changes the filename of the document.
resolveIP
This resolves the user's ip
restore
KTAPI_Document::restore() in ktapi.inc.php
This expunges a document from the system.
s
top
$session
KTAPI::$session in ktapi.inc.php
This is the current session.
$session
KTAPI_Session::$session in ktapi.inc.php
$sessionid
KTAPI_Session::$sessionid in ktapi.inc.php
start_anonymous_session
Starts an anonymous session.
start_session
KTAPI::start_session() in ktapi.inc.php
This returns a session object based on authentication credentials.
start_session
This returns a session object based on authentication credentials.
start_workflow
This starts a workflow on a document.
u
top
$user
KTAPI_Session::$user in ktapi.inc.php
undo_checkout
This reverses the checkout process.
update_metadata
This updates the metadata on the file. This includes the 'title'.
a c d e f g i k l m p r s u _