Uses of Class
org.dspace.content.authority.Choice
-
Packages that use Choice Package Description org.dspace.content.authority org.dspace.content.authority.service -
-
Uses of Choice in org.dspace.content.authority
Fields in org.dspace.content.authority declared as Choice Modifier and Type Field Description Choice[]Choices. valuesThe set of values returned by the authorityMethods in org.dspace.content.authority that return Choice Modifier and Type Method Description default ChoiceChoiceAuthority. getChoice(String fieldKey, String authKey, String locale)ChoiceChoiceAuthorityServiceImpl. getChoice(String fieldKey, String authKey, String locale)ChoiceDSpaceControlledVocabulary. getChoice(String fieldKey, String authKey, String locale)Method parameters in org.dspace.content.authority with type arguments of type Choice Modifier and Type Method Description protected voidSolrAuthority. addExternalResults(String text, ArrayList<Choice> choices, List<AuthorityValue> alreadyPresent, int max)Constructors in org.dspace.content.authority with parameters of type Choice Constructor Description Choices(Choice[] values, int start, int total, int confidence, boolean more)Constructor for general purposeChoices(Choice[] values, int start, int total, int confidence, boolean more, int defaultSelected)Constructor for general purpose -
Uses of Choice in org.dspace.content.authority.service
Methods in org.dspace.content.authority.service that return Choice Modifier and Type Method Description ChoiceChoiceAuthorityService. getChoice(String fieldKey, String authKey, String locale)
-