Uses of Record Class
org.episteme.core.bibliography.BibliographicalNotice
Packages that use BibliographicalNotice
-
Uses of BibliographicalNotice in org.episteme.core.bibliography.loaders
Subclasses with type arguments of type BibliographicalNotice in org.episteme.core.bibliography.loadersModifier and TypeClassDescriptionclassLoader for scientific article catalogs, supporting interfaces with major research databases like PubMed, CrossRef, or arXiv.classLoader for book catalogs, supporting interfaces with major library databases like OpenLibrary, Library of Congress, or local records.Subinterfaces with type arguments of type BibliographicalNotice in org.episteme.core.bibliography.loadersModifier and TypeInterfaceDescriptioninterfaceInterface for loading bibliographical catalogs of books or articles.Methods in org.episteme.core.bibliography.loaders that return types with arguments of type BibliographicalNoticeModifier and TypeMethodDescriptionArticleCatalogReader.getResourceType()BookCatalogReader.getResourceType()protected List<BibliographicalNotice> ArticleCatalogReader.loadFromInputStream(InputStream is, String id) protected List<BibliographicalNotice> BookCatalogReader.loadFromInputStream(InputStream is, String id) protected List<BibliographicalNotice> ArticleCatalogReader.loadFromSource(String id) protected List<BibliographicalNotice> BookCatalogReader.loadFromSource(String id) ArticleCatalogReader.loadNotice(String id) BookCatalogReader.loadNotice(String id) CatalogReader.loadNotice(String id) Loads a specific notice by its identifier (e.g., ISBN, DOI).Searches the catalog for works matching the given query string.