Package org.fcrepo.kernel.api.services
Interface DeleteResourceService
public interface DeleteResourceService
A service interface for deleting Fedora resources.
- Since:
- 6.0.0
- Author:
- dbernstein
-
Method Summary
Modifier and TypeMethodDescriptionvoidperform(Transaction tx, FedoraResource fedoraResource, String userPrincipal) Delete the specified resource
-
Method Details
-
perform
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
-