Interface PurgeResourceService


public interface PurgeResourceService
Service to permanently remove a resource from the repository.
Author:
whikloj
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    perform(Transaction tx, FedoraResource fedoraResource, String userPrincipal)
    Purges the specified resource
  • Method Details

    • 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.