Uses of Interface
org.dspace.content.authority.ChoiceAuthority
-
Packages that use ChoiceAuthority Package Description org.dspace.content.authority org.dspace.content.authority.service -
-
Uses of ChoiceAuthority in org.dspace.content.authority
Classes in org.dspace.content.authority that implement ChoiceAuthority Modifier and Type Class Description classDCInputAuthorityChoiceAuthority source that reads the same submission-forms which drive configurable submission.classDSpaceControlledVocabularyChoiceAuthority source that reads the JSPUI-style hierarchical vocabularies from${dspace.dir}/config/controlled-vocabularies/*.xmland turns them into autocompleting authorities.classInputFormSelfRegisterWrapperAuthorityThis authority is registered automatically by the ChoiceAuthorityService for all the metadata that use a value-pair or a vocabulary in the submission-form.xml It keeps a map of form-name vs ChoiceAuthority to delegate the execution of the method to the specific ChoiceAuthority configured for the collection when the same metadata have different vocabulary or value-pair on a collection basisclassSampleAuthorityThis is a *very* stupid test fixture for authority control, and also serves as a trivial example of an authority plugin implementation.classSolrAuthorityclassTestAuthorityThis is a *very* stupid test fixture for authority control with AuthorityVariantsSupport.Fields in org.dspace.content.authority with type parameters of type ChoiceAuthority Modifier and Type Field Description protected Map<String,ChoiceAuthority>ChoiceAuthorityServiceImpl. controllerMethods in org.dspace.content.authority that return ChoiceAuthority Modifier and Type Method Description ChoiceAuthorityChoiceAuthorityServiceImpl. getChoiceAuthorityByAuthorityName(String authorityName)Methods in org.dspace.content.authority that return types with arguments of type ChoiceAuthority Modifier and Type Method Description Map<String,ChoiceAuthority>InputFormSelfRegisterWrapperAuthority. getDelegates()Method parameters in org.dspace.content.authority with type arguments of type ChoiceAuthority Modifier and Type Method Description voidInputFormSelfRegisterWrapperAuthority. setDelegates(Map<String,ChoiceAuthority> delegates) -
Uses of ChoiceAuthority in org.dspace.content.authority.service
Methods in org.dspace.content.authority.service that return ChoiceAuthority Modifier and Type Method Description ChoiceAuthorityChoiceAuthorityService. getChoiceAuthorityByAuthorityName(String authorityName)
-