Difference between revisions of "GeneralComunicator"
From OpenKM Documentation
Line 25: | Line 25: | ||
* disableKeyShorcuts() | * disableKeyShorcuts() | ||
* openPathByUuid(String uuid) | * openPathByUuid(String uuid) | ||
+ | * String getFolderIcon(GWTFolder fld) | ||
* Main get() | * Main get() | ||
Revision as of 11:35, 11 September 2013
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)
- openPath(String path, String docPath)
- String getAppContext()
- showNextWizard()
- boolean isDigitalSignature()
- GWTDocument getDocumentToSign()
- String getToken()
- GWTWorkspace getWorkspace()
- String i18n(String property)
- enableKeyShorcuts()
- disableKeyShorcuts()
- openPathByUuid(String uuid)
- String getFolderIcon(GWTFolder fld)
- Main get()
getToolBarOption() must be only used for reading purposes |
Write methods
- setStatus(String msg)
Deprecated
- openAllFolderPath(String path, String docPath)
Example
// Call to refreshing user interface
GeneralComunicator.refreshUI();