Difference between revisions of "DashboardComunicator"
From OpenKM Documentation
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Read Methods == | == Read Methods == | ||
− | + | * getUserSubscribedDocuments() | |
− | + | * getUserSubscribedFolders() | |
+ | * refreshAllSearchs() | ||
+ | * showToolBoxExtension(ToolBarBoxExtension extension) | ||
+ | * getUserSearchs(boolean refresh) | ||
== Example == | == Example == | ||
Line 9: | 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();