@Manager public class DefaultExportManager extends Object implements ExportManager
| Constructor and Description | 
|---|
DefaultExportManager(SearchService searchService,
                    ExportStrategy exportStrategy)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
export(String query,
      javax.servlet.http.HttpServletResponse response)
Exports work objects for the given query. 
 | 
public DefaultExportManager(SearchService searchService, ExportStrategy exportStrategy)
public void export(String query, javax.servlet.http.HttpServletResponse response) throws IOException
ExportManagerExports work objects for the given query.
export in interface ExportManagerquery - query string specifying what is to be exportedresponse - HttpServletResponseIOException - on error while retrievingCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.