Uses of Class
modules.commons.search.request.Document
-
Packages that use Document Package Description modules.commons.search -
-
Uses of Document in modules.commons.search
Methods in modules.commons.search that return types with arguments of type Document Modifier and Type Method Description Optional<Document>SearchModule. getDocument(Long id, String language, RequestOptions option)Get Document for a specific languageList<Optional<Document>>SearchModule. getDocument(Long id, List<String> languages, RequestOptions option)Get document id for differet languases
-