public interface IRedactionCallback
Defines methods that are required for receiving information on each redaction change and optionally prevent it.
Learn more
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptRedaction(RedactionDescription description)
This call is triggered right before applying any redaction to the document and allows to log or forbid it.
|
boolean acceptRedaction(RedactionDescription description)
This call is triggered right before applying any redaction to the document and allows to log or forbid it.
description - Contains information about particular match type, criteria, text and positionCopyright © 2025. All rights reserved.