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 text, 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 text, String locale)ChoicesDSpaceControlledVocabulary. getBestMatch(String text, String locale)ChoicesEPersonAuthority. getBestMatch(String text, String locale)ChoicesSampleAuthority. getBestMatch(String text, String locale)ChoicesSHERPARoMEOJournalTitle. getBestMatch(String text, String locale)ChoicesSHERPARoMEOPublisher. getBestMatch(String text, String locale)ChoicesSolrAuthority. getBestMatch(String text, String locale)ChoicesTestAuthority. getBestMatch(String text, String locale)ChoicesChoiceAuthorityServiceImpl. getChoicesByParent(String authorityName, String parentId, int start, int limit, String locale)Wrapper that calls getChoicesByParent method of the plugin.ChoicesDSpaceControlledVocabulary. getChoicesByParent(String authorityName, String parentId, int start, int limit, String locale)ChoicesHierarchicalAuthority. getChoicesByParent(String authorityName, String parentId, int start, int limit, String locale)Get all values from the authority that match the preferred value.ChoicesChoiceAuthority. getMatches(String text, 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)ChoicesDCInputAuthority. getMatches(String query, int start, int limit, String locale)ChoicesDSpaceControlledVocabulary. getMatches(String text, int start, int limit, String locale)ChoicesEPersonAuthority. getMatches(String text, int start, int limit, String locale)ChoicesSampleAuthority. getMatches(String query, int start, int limit, String locale)ChoicesSHERPARoMEOJournalTitle. getMatches(String text, int start, int limit, String locale)ChoicesSHERPARoMEOPublisher. getMatches(String text, int start, int limit, String locale)ChoicesSolrAuthority. getMatches(String text, int start, int limit, String locale)ChoicesSolrAuthority. getMatches(String text, int start, int limit, String locale, boolean bestMatch)ChoicesTestAuthority. getMatches(String text, int start, int limit, String locale)ChoicesChoiceAuthorityServiceImpl. getTopChoices(String authorityName, int start, int limit, String locale)Wrapper that calls getTopChoices method of the plugin.ChoicesDSpaceControlledVocabulary. getTopChoices(String authorityName, int start, int limit, String locale)ChoicesHierarchicalAuthority. getTopChoices(String authorityName, int start, int limit, String locale)Get all values from the authority that match the preferred value.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. getChoicesByParent(String authorityName, String parentId, int start, int limit, String locale)Wrapper that calls getChoicesByParent method of the plugin.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. getTopChoices(String authorityName, int start, int limit, String locale)Wrapper that calls getTopChoices method of the plugin.
-