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 authKey, String locale)Build the preferred choice associated with the authKey.ChoiceDSpaceControlledVocabulary. getChoice(String authKey, String locale)ChoiceChoiceAuthorityServiceImpl. getParentChoice(String authorityName, String vocabularyId, String locale)ChoiceDSpaceControlledVocabulary. getParentChoice(String authorityName, String childId, String locale)ChoiceHierarchicalAuthority. getParentChoice(String authorityName, String vocabularyId, String locale)It returns the parent choice in the hierarchy if anyMethod 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. getParentChoice(String authorityName, String vocabularyId, String locale)Return the direct parent of an entry identified by its id in an hierarchical authority.
-