Difference between revisions of "SearchComunicator"

From OpenKM Documentation
Jump to: navigation, search
(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 13: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);