public class DSpaceAuthorityIndexer extends java.lang.Object implements AuthorityIndexerInterface, org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationService |
configurationService |
| Constructor and Description |
|---|
DSpaceAuthorityIndexer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
close() |
boolean |
hasMore() |
void |
init(Context context) |
void |
init(Context context,
boolean useCache) |
void |
init(Context context,
Item item) |
boolean |
isConfiguredProperly() |
AuthorityValue |
nextValue() |
@Autowired(required=true) protected ConfigurationService configurationService
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic void init(Context context, Item item)
init in interface AuthorityIndexerInterfacepublic void init(Context context)
init in interface AuthorityIndexerInterfacepublic void init(Context context, boolean useCache)
init in interface AuthorityIndexerInterfacepublic AuthorityValue nextValue()
nextValue in interface AuthorityIndexerInterfacepublic boolean hasMore()
hasMore in interface AuthorityIndexerInterfacepublic void close()
close in interface AuthorityIndexerInterfacepublic boolean isConfiguredProperly()
isConfiguredProperly in interface AuthorityIndexerInterfaceCopyright © 2018 DuraSpace. All Rights Reserved.