Uses of Class
org.biojava.bibliography.BibRefException
Packages that use BibRefException
Package
Description
The data structures and interfaces included in this package define an
interoperable framework for bibliographic searches.
-
Uses of BibRefException in org.biojava.bibliography
Methods in org.biojava.bibliography that throw BibRefExceptionModifier and TypeMethodDescriptionvoidBibRefQuery.connect()It creates a connection to a bibliographic repository, or/and it makes all necessary initialization steps needed for further communication.voidBibRefQuery.connect(byte[] collectionId) It creates a connection to a bibliographic repository, or/and it makes all necessary initialization steps needed for further communication, and it makes the collection described by collectionId the current collection.voidBibRefSupport.connect()It creates a connection to an object providing the supporting utilities, or/and it makes all necessary initialization steps needed for further communication.voidBibRefQuery.destroy()It frees all resources related to this query collection.The easiest direct method for querying a repository.BibRefQuery.findByAuthor(BiblioProvider author, Hashtable properties) This is a convenient method for a common query.This is a convenient method returning just one citation.This is a convenient method returning just one citation, perhaps with a limited number of attributes.BibRef[]BibRefQuery.getAllBibRefs()It returns all citations from the current collection as a (possibly big) array.BibRef[]BibRefQuery.getAllBibRefs(String[] onlyAttrs) It returns all citations from the current collection as a (possibly big) array, perhaps with a limited number of attributes.BibRefQuery.getAllBibRefsAsXML()It returns all citations from the current collection as an XML stream.String[]BibRefQuery.getAllIDs()A convenient method returning just identifiers of all current citations.BibRefQuery.getBibRefAsXML(BibRef bibRef) A convenient utility method converting a given citation to its XML representation.intBibRefQuery.getBibRefCount()It returns the number of citations in the current collection.BibRefQuery.getBibRefs()It returns an enumeration of all citations from the current collection.BibRefQuery.getBibRefs(String[] onlyAttrs) It returns an enumeration of all citations from the current collection, perhaps with a limited number of attributes.BibRefQuery.getBibRefsAsXML()It returns an enumeration of all citations from the current collection.BibRefSupport.getSupportedCriteria()It returns all supported searching and sorting criteria for the whole bibliographic repository.BibRefSupport.getSupportedCriteria(String repositorySubset) It returns all supported searching and sorting criteria in the given repository subset.BibRefSupport.getSupportedValues(String resourceType, String attrName) It returns a controlled vocabulary containing all possible values of the attribute given in attrName in the context given in resourceType.BibRefSupport.getVocabularyFinder()It returns an object representing a central place where all controlled vocabularies can be received from and shared by all users.It queries the current collection using a query language.It sorts the current collection and returns another collection which is a sorted copy of the current collection.BibRefSupport.union(BibRefQuery[] collections, Hashtable properties) It merges all given collections together.