Package org.dspace.authority.indexer
Interface AuthorityIndexerInterface
- All Known Implementing Classes:
DSpaceAuthorityIndexer
public interface AuthorityIndexerInterface
- 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)
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthorityValues(Context context, Item item) getAuthorityValues(Context context, Item item, Map<String, AuthorityValue> cache) boolean
-
Method Details
-
getAuthorityValues
List<AuthorityValue> getAuthorityValues(Context context, Item item) throws SQLException, AuthorizeException - Throws:
SQLExceptionAuthorizeException
-
getAuthorityValues
List<AuthorityValue> getAuthorityValues(Context context, Item item, Map<String, AuthorityValue> cache) throws SQLException, AuthorizeException- Throws:
SQLExceptionAuthorizeException
-
isConfiguredProperly
boolean isConfiguredProperly()
-