Class RedactionService
java.lang.Object
is.galia.operation.redaction.RedactionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionredactionsFor
(Delegate delegate) Factory method that returns a list ofredactions
based on the given parameters.
-
Constructor Details
-
RedactionService
public RedactionService()
-
-
Method Details
-
redactionsFor
Factory method that returns a list ofredactions
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
-