Package org.dspace.authority.service
Interface AuthorityService
- All Known Implementing Classes:
AuthorityServiceImpl
public interface AuthorityService
Service interface class for the Metadata Authority.
The implementation of this class is responsible for all business logic calls
for the Metadata Authority and is autowired by Spring.
- Author:
- kevinvandevelde at atmire.com
-
Method Summary
-
Method Details
-
indexItem
Add anItemto the authority index.- Parameters:
context- current DSpace session.item- the Item to be added.- Throws:
SQLException- passed through.AuthorizeException- passed through.
-
isConfigurationValid
boolean isConfigurationValid()
-