Difference between revisions of "GeneralComunicator"
From OpenKM Documentation
Line 1: | Line 1: | ||
== Read Methods == | == Read Methods == | ||
− | + | * refreshUI() | |
− | + | * ToolBarOption getToolBarOption() | |
− | + | * String getLang() | |
− | + | * downloadDocument(boolean checkout) | |
− | + | * downloadDocumentPdf() | |
− | + | * downloadFile(String path, String params) | |
− | + | * extensionCallOwnDownload(String url) | |
− | + | * resetStatus() | |
− | + | * showError(String callback, Throwable caught) | |
− | + | * logout() | |
− | + | * refreshUserDocumentsSize() | |
− | + | * List<String> getUserRoleList() | |
− | + | * String getUser() | |
− | + | * String i18nExtension(String property) | |
− | + | * openAllFolderPath(String path, String docPath) | |
{{Note| getToolBarOption() must be only used for reading purposes }} | {{Note| getToolBarOption() must be only used for reading purposes }} | ||
== Write methods == | == Write methods == | ||
− | + | * setStatus(String msg) | |
== Example == | == Example == | ||
Line 27: | Line 27: | ||
</source> | </source> | ||
− | [[Category: | + | [[Category: Extension Guide]] |
Revision as of 13:34, 2 December 2010
Read Methods
* refreshUI() * ToolBarOption getToolBarOption() * String getLang() * downloadDocument(boolean checkout) * downloadDocumentPdf() * downloadFile(String path, String params) * extensionCallOwnDownload(String url) * resetStatus() * showError(String callback, Throwable caught) * logout() * refreshUserDocumentsSize() * List<String> getUserRoleList() * String getUser() * String i18nExtension(String property) * openAllFolderPath(String path, String docPath)
getToolBarOption() must be only used for reading purposes |
Write methods
* setStatus(String msg)
Example
// Call to refreshing user interface
GeneralComunicator.refreshUI();