Difference between revisions of "SearchComunicator"
From OpenKM Documentation
(Created page with '== Read Methods == setSavedSearch(GWTQueryParams params) == Example == <source lang="java"> // Call to refreshing subscribed documents GWTQueryParams params = new GWTQueryParam…') |
(No difference)
|
Revision as of 12:44, 23 November 2010
Read Methods
setSavedSearch(GWTQueryParams params)
Example
// Call to refreshing subscribed documents
GWTQueryParams params = new GWTQueryParams();
params.setName("test");
SearchComunicator.setSavedSearch(params);