Difference between revisions of "GeneralComunicator"
From OpenKM Documentation
Line 24: | Line 24: | ||
* enableKeyShorcuts() | * enableKeyShorcuts() | ||
* disableKeyShorcuts() | * disableKeyShorcuts() | ||
+ | * openPathByUuid | ||
{{Note| getToolBarOption() must be only used for reading purposes }} | {{Note| getToolBarOption() must be only used for reading purposes }} |
Revision as of 09:50, 23 September 2011
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)
- String getAppContext()
- showNextWizard()
- boolean isDigitalSignature()
- GWTDocument getDocumentToSign()
- String getToken()
- GWTWorkspace getWorkspace()
- String i18n(String property)
- enableKeyShorcuts()
- disableKeyShorcuts()
- openPathByUuid
getToolBarOption() must be only used for reading purposes |
Write methods
- setStatus(String msg)
Example
// Call to refreshing user interface
GeneralComunicator.refreshUI();