Uses of Interface
org.dspace.authority.service.AuthorityValueService
-
Packages that use AuthorityValueService Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.authority org.dspace.authority.factory org.dspace.authority.indexer org.dspace.content.authority org.dspace.discovery.indexobject -
-
Uses of AuthorityValueService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as AuthorityValueService Modifier and Type Field Description protected AuthorityValueServiceDSpaceCSV. authorityValueServiceprotected AuthorityValueServiceDSpaceCSVLine. authorityValueServiceprotected AuthorityValueServiceMetadataImport. authorityValueService -
Uses of AuthorityValueService in org.dspace.authority
Classes in org.dspace.authority that implement AuthorityValueService Modifier and Type Class Description classAuthorityValueServiceImplThis service contains all methods for using authority valuesFields in org.dspace.authority declared as AuthorityValueService Modifier and Type Field Description protected AuthorityValueServiceUpdateAuthorities. authorityValueService -
Uses of AuthorityValueService in org.dspace.authority.factory
Methods in org.dspace.authority.factory that return AuthorityValueService Modifier and Type Method Description abstract AuthorityValueServiceAuthorityServiceFactory. getAuthorityValueService()AuthorityValueServiceAuthorityServiceFactoryImpl. getAuthorityValueService() -
Uses of AuthorityValueService in org.dspace.authority.indexer
Fields in org.dspace.authority.indexer declared as AuthorityValueService Modifier and Type Field Description protected AuthorityValueServiceDSpaceAuthorityIndexer. authorityValueService -
Uses of AuthorityValueService in org.dspace.content.authority
Fields in org.dspace.content.authority declared as AuthorityValueService Modifier and Type Field Description protected AuthorityValueServiceSolrAuthority. authorityValueService -
Uses of AuthorityValueService in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject declared as AuthorityValueService Modifier and Type Field Description protected AuthorityValueServiceItemIndexFactoryImpl. authorityValueService
-