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 SHERPARoMEOProtocol.getBestMatch(String text, int collection, String locale)
           
 Choices SampleAuthority.getBestMatch(String text, int collection, String locale)
           
 Choices LCNameAuthority.getBestMatch(String text, int collection, String locale)
           
 Choices DSpaceControlledVocabulary.getBestMatch(String text, int collection, String locale)
           
 Choices DCInputAuthority.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 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 SHERPARoMEOPublisher.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 SHERPARoMEOJournalTitle.getMatches(String text, int collection, int start, int limit, String locale)
           
 Choices SampleAuthority.getMatches(String query, 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 DSpaceControlledVocabulary.getMatches(String text, int collection, int start, int limit, String locale)
           
 Choices DCInputAuthority.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 profferred value.
 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 DuraSpace. All Rights Reserved.