RedactorLogEntry
Contents
[
Hide
]
Inheritance: java.lang.Object
public class RedactorLogEntry
Represents results of applying redaction.
Learn more
- More details about redaction log entries: Redaction basics
Constructors
| Constructor | Description |
|---|---|
| RedactorLogEntry(Redaction redaction, RedactionResult result) | Initializes a new instance of RedactorLogEntry class for redaction. |
Methods
| Method | Description |
|---|---|
| getResult() | Gets the result, returned by GroupDocs.Redaction.Integration.DocumentFormatInstance . |
| getRedaction() | Gets the reference to redaction and its options. |
RedactorLogEntry(Redaction redaction, RedactionResult result)
public RedactorLogEntry(Redaction redaction, RedactionResult result)
Initializes a new instance of RedactorLogEntry class for redaction.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| redaction | Redaction | Reference to redaction |
| result | RedactionResult | Redaction result, reported by format handler |
getResult()
public final RedactionResult getResult()
Gets the result, returned by GroupDocs.Redaction.Integration.DocumentFormatInstance .
Returns: RedactionResult - The result, returned by GroupDocs.Redaction.Integration.DocumentFormatInstance .
getRedaction()
public final Redaction getRedaction()
Gets the reference to redaction and its options.
Returns: Redaction - The reference to redaction and its options.