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
Subinterfaces of ChoiceAuthority in org.dspace.content.authority Modifier and Type Interface Description interfaceHierarchicalAuthorityPlugin interface that supplies an authority control mechanism for one metadata field.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 hierarchical vocabularies from${dspace.dir}/config/controlled-vocabularies/*.xmland turns them into autocompleting authorities.classEPersonAuthorityImplementation ofChoiceAuthoritybased on EPerson.classSampleAuthorityThis is a *very* stupid test fixture for authority control, and also serves as a trivial example of an authority plugin implementation.classSHERPARoMEOJournalTitleJournal-name authority based on SHERPA/RoMEO v2classSHERPARoMEOPublisherPublisher name authority based on SHERPA/RoMEO v2classSolrAuthorityclassTestAuthorityThis 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. controllerprotected Map<String,Map<String,ChoiceAuthority>>ChoiceAuthorityServiceImpl. controllerFormDefinitionsMethods in org.dspace.content.authority that return ChoiceAuthority Modifier and Type Method Description ChoiceAuthorityChoiceAuthorityServiceImpl. getChoiceAuthorityByAuthorityName(String authorityName) -
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)Return the ChoiceAuthority instance identified by the specified name
-