Interface PurgeResourceService


  • public interface PurgeResourceService
    Service to permanently remove a resource from the repository.
    Author:
    whikloj
    • 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.