Uses of Class
org.dspace.content.authority.Choices

Packages that use Choices
org.dspace.content.authority   
 

Uses of Choices in org.dspace.content.authority
 

Methods in org.dspace.content.authority that return Choices
 Choices SampleAuthority.getBestMatch(String text, int collection, String locale)
           
 Choices ChoiceAuthority.getBestMatch(String text, int collection, String locale)
          Get the single "best" match (if any) of a value in the authority to the given user value.
 Choices SHERPARoMEOProtocol.getBestMatch(String text, int collection, String locale)
           
 Choices LCNameAuthority.getBestMatch(String text, int collection, String locale)
           
 Choices DCInputAuthority.getBestMatch(String text, int collection, String locale)
           
 Choices ChoiceAuthorityManager.getBestMatch(String fieldKey, String query, int collection, String locale)
          Wrapper that calls getBestMatch method of the plugin corresponding to the metadata field defined by single field key.
 Choices SampleAuthority.getMatches(String query, int collection, int start, int limit, String locale)
           
 Choices ChoiceAuthority.getMatches(String text, int collection, int start, int limit, String locale)
          Get all values from the authority that match the proferred value.
 Choices SHERPARoMEOJournalTitle.getMatches(String text, int collection, int start, int limit, String locale)
           
abstract  Choices SHERPARoMEOProtocol.getMatches(String text, int collection, int start, int limit, String locale)
           
 Choices SHERPARoMEOPublisher.getMatches(String text, int collection, int start, int limit, String locale)
           
 Choices LCNameAuthority.getMatches(String text, int collection, int start, int limit, String locale)
          Match a proposed value against name authority records Value is assumed to be in "Lastname, Firstname" format.
 Choices DCInputAuthority.getMatches(String query, int collection, int start, int limit, String locale)
           
 Choices ChoiceAuthorityManager.getMatches(String fieldKey, String query, int collection, int start, int limit, String locale)
          Wrapper calls getMatches method of the plugin corresponding to the metadata field defined by single field key.
 Choices ChoiceAuthorityManager.getMatches(String schema, String element, String qualifier, String query, int collection, int start, int limit, String locale)
          Wrapper that calls getMatches method of the plugin corresponding to the metadata field defined by schema,element,qualifier.
protected  Choices SHERPARoMEOProtocol.query(String result, String label, String authority, NameValuePair[] args, int start, int limit)
           
 

Methods in org.dspace.content.authority with parameters of type Choices
static void ChoicesXMLGenerator.generate(Choices result, String format, ContentHandler contentHandler)
           
 



Copyright © 2010 The DSpace Foundation. All Rights Reserved.