Package org.fcrepo.kernel.api.services
Interface PurgeResourceService
-
- All Known Implementing Classes:
PurgeResourceServiceImpl
public interface PurgeResourceService
Service to permanently remove a resource from the repository.- Author:
- whikloj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
perform(Transaction tx, FedoraResource fedoraResource, String userPrincipal)
Purges the specified resource
-
-
-
Method Detail
-
perform
void perform(Transaction tx, FedoraResource fedoraResource, String userPrincipal)
Purges the specified resource- Parameters:
tx
- the transaction associated with the operation.fedoraResource
- The Fedora resource to purge.userPrincipal
- the principal of the user performing the operation.
-
-