Difference between revisions of "GeneralComunicator"

From OpenKM Documentation
Jump to: navigation, search
Line 11: Line 11:
 
  refreshUserDocumentsSize()
 
  refreshUserDocumentsSize()
 
  List<String> getUserRoleList()
 
  List<String> getUserRoleList()
 +
String getUser()
  
 
{{Note| getToolBarOption() must be only used for reading purposes }}
 
{{Note| getToolBarOption() must be only used for reading purposes }}

Revision as of 17:18, 29 September 2010

Read Methods

refreshUI()
ToolBarOption getToolBarOption()
String getLang()
downloadDocument(boolean checkout)
downloadDocumentPdf()
downloadFile(String path, String params)
resetStatus() 
showError(String callback, Throwable caught)
logout()
refreshUserDocumentsSize()
List<String> getUserRoleList()
String getUser()

Nota clasica.png getToolBarOption() must be only used for reading purposes

Write methods

setStatus(String msg)

Example

// Call to refreshing user interface
GeneralComunicator.refreshUI();