public class DSpaceAuthorityIndexer extends 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,
Item item) |
boolean |
isConfiguredProperly() |
AuthorityValue |
nextValue() |
@Autowired(required=true) protected ConfigurationService configurationService
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void init(Context context, Item item)
init in interface AuthorityIndexerInterfacepublic void init(Context context)
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 © 2014 DuraSpace. All Rights Reserved.