is rectangle
This commit is contained in:
parent
dc02e58283
commit
8250714e32
@ -24,6 +24,7 @@ public class ManualRedactionEntry {
|
|||||||
private List<Rectangle> positions = new ArrayList<>();
|
private List<Rectangle> positions = new ArrayList<>();
|
||||||
private Status status;
|
private Status status;
|
||||||
private String section;
|
private String section;
|
||||||
|
private boolean rectangle;
|
||||||
|
|
||||||
private boolean addToDictionary;
|
private boolean addToDictionary;
|
||||||
private boolean addToDossierDictionary;
|
private boolean addToDossierDictionary;
|
||||||
|
|||||||
@ -22,6 +22,7 @@ public class RedactionLogEntry {
|
|||||||
private String type;
|
private String type;
|
||||||
private String value;
|
private String value;
|
||||||
private String reason;
|
private String reason;
|
||||||
|
private boolean rectangle;
|
||||||
private int matchedRule;
|
private int matchedRule;
|
||||||
private String legalBasis;
|
private String legalBasis;
|
||||||
private boolean redacted;
|
private boolean redacted;
|
||||||
|
|||||||
@ -262,6 +262,7 @@ public class RedactionLogMergeService {
|
|||||||
.value(manualRedactionEntry.getValue())
|
.value(manualRedactionEntry.getValue())
|
||||||
.section(manualRedactionEntry.getSection())
|
.section(manualRedactionEntry.getSection())
|
||||||
.type(manualRedactionEntry.getType())
|
.type(manualRedactionEntry.getType())
|
||||||
|
.rectangle(manualRedactionEntry.isRectangle())
|
||||||
.redacted(true)
|
.redacted(true)
|
||||||
.isHint(false)
|
.isHint(false)
|
||||||
.sectionNumber(-1)
|
.sectionNumber(-1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user