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)booleanisConfigurationValid()
-
-
-
Method Detail
-
indexItem
void indexItem(Context context, Item item) throws SQLException, AuthorizeException
- Throws:
SQLExceptionAuthorizeException
-
isConfigurationValid
boolean isConfigurationValid()
-
-