Package org.fcrepo.kernel.api.services
Interface ReindexService
-
- All Known Implementing Classes:
ReindexServiceImpl
public interface ReindexService
A service which handles reindexing operations- Author:
- dbernstein
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reindexByFedoraId(Transaction transaction, String principal, FedoraId fedoraId)
-
-
-
Method Detail
-
reindexByFedoraId
void reindexByFedoraId(Transaction transaction, String principal, FedoraId fedoraId)
-
-