Difference between revisions of "DashboardComunicator"
From OpenKM Documentation
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== Read Methods == | == Read Methods == | ||
− | + | * getUserSubscribedDocuments() | |
− | + | * getUserSubscribedFolders() | |
− | + | * refreshAllSearchs() | |
− | + | * showToolBoxExtension(ToolBarBoxExtension extension) | |
+ | * getUserSearchs(boolean refresh) | ||
== Example == | == Example == | ||
Line 11: | Line 12: | ||
</source> | </source> | ||
− | [[Category: | + | [[Category: Extension Guide]] |
Latest revision as of 13:49, 3 December 2010
Read Methods
- getUserSubscribedDocuments()
- getUserSubscribedFolders()
- refreshAllSearchs()
- showToolBoxExtension(ToolBarBoxExtension extension)
- getUserSearchs(boolean refresh)
Example
// Call to refreshing subscribed documents
DashboardComunicator.getUserSubscribedDocuments();