RedactorChangeLog
Leave feedback
On this page
Inheritance: java.lang.Object
public class RedactorChangeLog
Represents results for a list of redactions, passed to Apply() method of Redactor class.
Learn more
- More details about redaction logs: Redaction basics
| Constructor | Description |
|---|---|
| RedactorChangeLog() | Initializes a new instance of RedactorChangeLog class. |
| Method | Description |
|---|---|
| getStatus() | Gets the final status of all applied redactions. |
| getRedactionLog() | Gets the list of RedactorLogEntry instances. |
public RedactorChangeLog()
Initializes a new instance of RedactorChangeLog class.
public final RedactionStatus getStatus()
Gets the final status of all applied redactions.
Returns: RedactionStatus - The final status of all applied redactions.
public final List<RedactorLogEntry> getRedactionLog()
Gets the list of RedactorLogEntry instances.
Returns: java.util.List<com.groupdocs.redaction.RedactorLogEntry> - The list of RedactorLogEntry instances.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.