Uses of Class
de.digitalcollections.iiif.model.search.SearchHit
-
Packages that use SearchHit Package Description de.digitalcollections.iiif.model.search Model classes that represent entities from the IIIF Search API (http://iiif.io/api/search/1.0/). -
-
Uses of SearchHit in de.digitalcollections.iiif.model.search
Methods in de.digitalcollections.iiif.model.search that return SearchHit Modifier and Type Method Description SearchHitSearchHit. addAnnotation(Annotation first, Annotation... rest)SearchHitSearchHit. addSelector(TextQuoteSelector first, TextQuoteSelector... rest)Methods in de.digitalcollections.iiif.model.search that return types with arguments of type SearchHit Modifier and Type Method Description List<SearchHit>SearchResult. getHits()Methods in de.digitalcollections.iiif.model.search with parameters of type SearchHit Modifier and Type Method Description SearchResultSearchResult. addHit(SearchHit first, SearchHit... rest)Method parameters in de.digitalcollections.iiif.model.search with type arguments of type SearchHit Modifier and Type Method Description voidSearchResult. setHits(List<SearchHit> hits)
-