Uses of Interface
org.dspace.authority.indexer.AuthorityIndexerInterface
-
Packages that use AuthorityIndexerInterface Package Description org.dspace.authority org.dspace.authority.factory org.dspace.authority.indexer -
-
Uses of AuthorityIndexerInterface in org.dspace.authority
Fields in org.dspace.authority with type parameters of type AuthorityIndexerInterface Modifier and Type Field Description protected List<AuthorityIndexerInterface>AuthorityServiceImpl. indexers -
Uses of AuthorityIndexerInterface in org.dspace.authority.factory
Methods in org.dspace.authority.factory that return types with arguments of type AuthorityIndexerInterface Modifier and Type Method Description abstract List<AuthorityIndexerInterface>AuthorityServiceFactory. getAuthorityIndexers()List<AuthorityIndexerInterface>AuthorityServiceFactoryImpl. getAuthorityIndexers() -
Uses of AuthorityIndexerInterface in org.dspace.authority.indexer
Classes in org.dspace.authority.indexer that implement AuthorityIndexerInterface Modifier and Type Class Description classDSpaceAuthorityIndexerDSpaceAuthorityIndexer is used in IndexClient, which is called by the AuthorityConsumer and the indexing-script.Fields in org.dspace.authority.indexer with type parameters of type AuthorityIndexerInterface Modifier and Type Field Description protected static List<AuthorityIndexerInterface>AuthorityIndexClient. indexers
-