Package org.dspace.authority
Class AuthorityServiceImpl
java.lang.Object
org.dspace.authority.AuthorityServiceImpl
- All Implemented Interfaces:
AuthorityService
Service implementation for the Metadata Authority
This class is responsible for all business logic calls for the Metadata Authority and is autowired by spring
This class should never be accessed directly.
- Author:
- kevinvandevelde at atmire.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AuthorityIndexerInterface>protected AuthorityIndexingService -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
indexingService
-
indexers
-
-
Constructor Details
-
AuthorityServiceImpl
protected AuthorityServiceImpl()
-
-
Method Details
-
indexItem
Description copied from interface:AuthorityServiceAdd anItemto the authority index.- Specified by:
indexItemin interfaceAuthorityService- Parameters:
context- current DSpace session.item- the Item to be added.- Throws:
SQLException- passed through.AuthorizeException- passed through.
-
isConfigurationValid
public boolean isConfigurationValid()- Specified by:
isConfigurationValidin interfaceAuthorityService
-