Package org.fcrepo.kernel.api.services
Interface DeleteResourceService
-
- All Known Implementing Classes:
DeleteResourceServiceImpl
public interface DeleteResourceService
A service interface for deleting Fedora resources.- Since:
- 6.0.0
- Author:
- dbernstein
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
perform(Transaction tx, FedoraResource fedoraResource, String userPrincipal)
Delete the specified resource
-
-
-
Method Detail
-
perform
void perform(Transaction tx, FedoraResource fedoraResource, String userPrincipal)
Delete the specified resource- Parameters:
tx
- the transaction associated with the operationfedoraResource
- The Fedora resource to deleteuserPrincipal
- the principal of the user performing the operation
-
-