Class RedactionService

java.lang.Object
is.galia.operation.redaction.RedactionService

public final class RedactionService extends Object
Provides information about redactions.
  • Constructor Details

    • RedactionService

      public RedactionService()
  • Method Details

    • redactionsFor

      public List<Redaction> redactionsFor(Delegate delegate) throws DelegateException
      Factory method that returns a list of redactions based on the given parameters.
      Parameters:
      delegate - Delegate for the current request.
      Returns:
      Redactions from the given proxy, or an empty list if there are none.
      Throws:
      DelegateException