public interface ExportManager
Exposes export API for work objects.
Modifier and Type | Method and Description |
---|---|
void |
export(String query,
javax.servlet.http.HttpServletResponse response)
Exports work objects for the given query.
|
void export(String query, javax.servlet.http.HttpServletResponse response) throws IOException
Exports work objects for the given query.
query
- query string specifying what is to be exportedresponse
- HttpServletResponseIOException
- on error while retrievingCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.