Package org.dspace.authority.service
Interface AuthorityService
-
- All Known Implementing Classes:
AuthorityServiceImpl
public interface AuthorityServiceService 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidindexItem(Context context, Item item)Add anItemto the authority index.booleanisConfigurationValid()
-
-
-
Method Detail
-
indexItem
void indexItem(Context context, Item item) throws SQLException, AuthorizeException
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()
-
-