Package io.goobi.viewer.model.export
Class RISExport
java.lang.Object
io.goobi.viewer.model.export.RISExport
-
Constructor Details
-
RISExport
public RISExport()Constructor.
-
-
Method Details
-
executeSearch
public void executeSearch(String finalQuery, List<StringPair> sortFields, List<String> filterQueries, Map<String, String> params, Map<String, throws IndexUnreachableException, DAOException, PresentationException, ViewerConfigurationExceptionSet<String>> searchTerms, Locale locale, int proximitySearchDistance) - Parameters:
finalQuery
-sortFields
-filterQueries
-params
-searchTerms
-locale
-proximitySearchDistance
-- Throws:
IndexUnreachableException
DAOException
PresentationException
ViewerConfigurationException
de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException
-
writeToResponse
- Parameters:
os
-- Returns:
- True if successful; false otherwise
- Throws:
IOException
-
isHasResults
public boolean isHasResults()- Returns:
- true if searchHits not empty; false otherwise
-
getFileName
- Returns:
- the fileName
-
getSearchHits
- Returns:
- the searchHits
-