Package org.dspace.authority.indexer
Class AuthorityIndexClient
- java.lang.Object
-
- org.dspace.authority.indexer.AuthorityIndexClient
-
public class AuthorityIndexClient extends Object
- Author:
- Antoine Snyers (antoine at atmire.com), Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)
-
-
Field Summary
Fields Modifier and Type Field Description protected static AuthorityServiceauthorityServiceprotected static List<AuthorityIndexerInterface>indexersprotected static AuthorityIndexingServiceindexingServiceprotected static ItemServiceitemService
-
-
-
Field Detail
-
authorityService
protected static final AuthorityService authorityService
-
indexingService
protected static final AuthorityIndexingService indexingService
-
indexers
protected static final List<AuthorityIndexerInterface> indexers
-
itemService
protected static final ItemService itemService
-
-