Uses of Interface
org.dspace.authority.indexer.AuthorityIndexerInterface
Packages that use AuthorityIndexerInterface
-
Uses of AuthorityIndexerInterface in org.dspace.authority
Fields in org.dspace.authority with type parameters of type AuthorityIndexerInterfaceModifier and TypeFieldDescriptionprotected 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 AuthorityIndexerInterfaceModifier and TypeMethodDescriptionabstract List<AuthorityIndexerInterface>AuthorityServiceFactory.getAuthorityIndexers()AuthorityServiceFactoryImpl.getAuthorityIndexers() -
Uses of AuthorityIndexerInterface in org.dspace.authority.indexer
Classes in org.dspace.authority.indexer that implement AuthorityIndexerInterfaceModifier and TypeClassDescriptionclassDSpaceAuthorityIndexer 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 AuthorityIndexerInterfaceModifier and TypeFieldDescriptionprotected static final List<AuthorityIndexerInterface>AuthorityIndexClient.indexers