Interface DeleteResourceService


  • public interface DeleteResourceService
    A service interface for deleting Fedora resources.
    Since:
    6.0.0
    Author:
    dbernstein
    • Method Detail

      • perform

        void perform​(Transaction tx,
                     FedoraResource fedoraResource,
                     String userPrincipal)
        Delete the specified resource
        Parameters:
        tx - the transaction associated with the operation
        fedoraResource - The Fedora resource to delete
        userPrincipal - the principal of the user performing the operation