Uses of Interface
org.dspace.content.authority.service.ChoiceAuthorityService
-
Packages that use ChoiceAuthorityService Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.authority org.dspace.content.authority.factory org.dspace.discovery org.dspace.discovery.indexobject -
-
Uses of ChoiceAuthorityService in org.dspace.content
Fields in org.dspace.content declared as ChoiceAuthorityService Modifier and Type Field Description protected ChoiceAuthorityServiceDSpaceObjectServiceImpl. choiceAuthorityService -
Uses of ChoiceAuthorityService in org.dspace.content.authority
Classes in org.dspace.content.authority that implement ChoiceAuthorityService Modifier and Type Class Description classChoiceAuthorityServiceImplBroker for ChoiceAuthority plugins, and for other information configured about the choice aspect of authority control for a metadata field. -
Uses of ChoiceAuthorityService in org.dspace.content.authority.factory
Methods in org.dspace.content.authority.factory that return ChoiceAuthorityService Modifier and Type Method Description abstract ChoiceAuthorityServiceContentAuthorityServiceFactory. getChoiceAuthorityService()ChoiceAuthorityServiceContentAuthorityServiceFactoryImpl. getChoiceAuthorityService() -
Uses of ChoiceAuthorityService in org.dspace.discovery
Fields in org.dspace.discovery declared as ChoiceAuthorityService Modifier and Type Field Description protected ChoiceAuthorityServiceSolrServiceMetadataBrowseIndexingPlugin. choiceAuthorityService -
Uses of ChoiceAuthorityService in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject declared as ChoiceAuthorityService Modifier and Type Field Description protected ChoiceAuthorityServiceItemIndexFactoryImpl. choiceAuthorityService
-