Uses of Interface
org.dspace.authority.service.AuthorityService
-
Packages that use AuthorityService Package Description org.dspace.authority org.dspace.authority.factory org.dspace.authority.indexer -
-
Uses of AuthorityService in org.dspace.authority
Classes in org.dspace.authority that implement AuthorityService Modifier and Type Class Description classAuthorityServiceImplService implementation for the Metadata Authority This class is responsible for all business logic calls for the Metadata Authority and is autowired by spring This class should never be accessed directly. -
Uses of AuthorityService in org.dspace.authority.factory
Methods in org.dspace.authority.factory that return AuthorityService Modifier and Type Method Description abstract AuthorityServiceAuthorityServiceFactory. getAuthorityService()AuthorityServiceAuthorityServiceFactoryImpl. getAuthorityService() -
Uses of AuthorityService in org.dspace.authority.indexer
Fields in org.dspace.authority.indexer declared as AuthorityService Modifier and Type Field Description protected AuthorityServiceAuthorityConsumer. authorityServiceprotected static AuthorityServiceAuthorityIndexClient. authorityService
-