Uses of Class
org.dspace.content.authority.Choices
-
Packages that use Choices Package Description org.dspace.content.authority org.dspace.content.authority.service -
-
Uses of Choices in org.dspace.content.authority
Methods in org.dspace.content.authority that return Choices Modifier and Type Method Description ChoicesChoiceAuthority. getBestMatch(String field, String text, Collection collection, String locale)Get the single "best" match (if any) of a value in the authority to the given user value.ChoicesChoiceAuthorityServiceImpl. getBestMatch(String fieldKey, String query, Collection collection, String locale)ChoicesDCInputAuthority. getBestMatch(String field, String text, Collection collection, String locale)ChoicesDSpaceControlledVocabulary. getBestMatch(String field, String text, Collection collection, String locale)ChoicesInputFormSelfRegisterWrapperAuthority. getBestMatch(String field, String text, Collection collection, String locale)ChoicesSampleAuthority. getBestMatch(String field, String text, Collection collection, String locale)ChoicesSolrAuthority. getBestMatch(String field, String text, Collection collection, String locale)ChoicesTestAuthority. getBestMatch(String field, String text, Collection collection, String locale)ChoicesChoiceAuthority. getMatches(String field, String text, Collection collection, int start, int limit, String locale)Get all values from the authority that match the preferred value.ChoicesChoiceAuthorityServiceImpl. getMatches(String schema, String element, String qualifier, String query, Collection collection, int start, int limit, String locale)ChoicesChoiceAuthorityServiceImpl. getMatches(String fieldKey, String query, Collection collection, int start, int limit, String locale)ChoicesChoiceAuthorityServiceImpl. getMatches(String fieldKey, String query, Collection collection, int start, int limit, String locale, boolean externalInput)ChoicesDCInputAuthority. getMatches(String field, String query, Collection collection, int start, int limit, String locale)ChoicesDSpaceControlledVocabulary. getMatches(String field, String text, Collection collection, int start, int limit, String locale)ChoicesInputFormSelfRegisterWrapperAuthority. getMatches(String field, String query, Collection collection, int start, int limit, String locale)ChoicesSampleAuthority. getMatches(String field, String query, Collection collection, int start, int limit, String locale)ChoicesSolrAuthority. getMatches(String field, String text, Collection collection, int start, int limit, String locale)ChoicesSolrAuthority. getMatches(String field, String text, Collection collection, int start, int limit, String locale, boolean bestMatch)ChoicesTestAuthority. getMatches(String field, String text, Collection collection, int start, int limit, String locale)Methods in org.dspace.content.authority with parameters of type Choices Modifier and Type Method Description static voidChoicesXMLGenerator. generate(Choices result, String format, ContentHandler contentHandler) -
Uses of Choices in org.dspace.content.authority.service
Methods in org.dspace.content.authority.service that return Choices Modifier and Type Method Description ChoicesChoiceAuthorityService. getBestMatch(String fieldKey, String query, Collection collection, String locale)Wrapper that calls getBestMatch method of the plugin corresponding to the metadata field defined by single field key.ChoicesChoiceAuthorityService. getMatches(String schema, String element, String qualifier, String query, Collection 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.ChoicesChoiceAuthorityService. getMatches(String fieldKey, String query, Collection collection, int start, int limit, String locale)Wrapper calls getMatches method of the plugin corresponding to the metadata field defined by single field key.ChoicesChoiceAuthorityService. getMatches(String fieldKey, String query, Collection collection, int start, int limit, String locale, boolean externalInput)
-