Package org.fcrepo.kernel.api.services
Interface PurgeResourceService
public interface PurgeResourceService
Service to permanently remove a resource from the repository.
- Author:
- whikloj
-
Method Summary
Modifier and TypeMethodDescriptionvoidperform(Transaction tx, FedoraResource fedoraResource, String userPrincipal) Purges the specified resource
-
Method Details
-
perform
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.
-