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 DCInputAuthority.getBestMatch(String field, String text, int collection, String locale)
           
 Choices DSpaceControlledVocabulary.getBestMatch(String field, String text, int collection, String locale)
           
 Choices LCNameAuthority.getBestMatch(String field, 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 SHERPARoMEOProtocol.getBestMatch(String field, String text, int collection, String locale)
           
 Choices ChoiceAuthority.getBestMatch(String field, 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 SampleAuthority.getBestMatch(String field, String text, int collection, String locale)
           
 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 DCInputAuthority.getMatches(String field, String query, int collection, int start, int limit, String locale)
           
 Choices SHERPARoMEOPublisher.getMatches(String field, String text, int collection, int start, int limit, String locale)
           
 Choices DSpaceControlledVocabulary.getMatches(String field, String text, int collection, int start, int limit, String locale)
           
 Choices LCNameAuthority.getMatches(String field, 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 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 ChoiceAuthority.getMatches(String field, String text, int collection, int start, int limit, String locale)
          Get all values from the authority that match the profferred value.
 Choices SHERPARoMEOJournalTitle.getMatches(String field, String text, int collection, int start, int limit, String locale)
           
 Choices SampleAuthority.getMatches(String field, String query, int collection, int start, int limit, String locale)
           
 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, org.apache.commons.httpclient.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 © 2011 DuraSpace. All Rights Reserved.