RedactorChangeLog
Contents
[
Hide
]
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
Constructors
Constructor | Description |
---|---|
RedactorChangeLog() | Initializes a new instance of RedactorChangeLog class. |
Methods
Method | Description |
---|---|
getStatus() | Gets the final status of all applied redactions. |
getRedactionLog() | Gets the list of RedactorLogEntry instances. |
RedactorChangeLog()
public RedactorChangeLog()
Initializes a new instance of RedactorChangeLog class.
getStatus()
public final RedactionStatus getStatus()
Gets the final status of all applied redactions.
Returns: RedactionStatus - The final status of all applied redactions.
getRedactionLog()
public final List<RedactorLogEntry> getRedactionLog()
Gets the list of RedactorLogEntry instances.
Returns: java.util.List<com.groupdocs.redaction.RedactorLogEntry> - The list of RedactorLogEntry instances.