| Package | Description |
|---|---|
| com.github.cafdataprocessing.entity.fields | |
| com.github.cafdataprocessing.entity.fields.factory | |
| com.github.cafdataprocessing.entity.fields.printer |
| Modifier and Type | Field and Description |
|---|---|
FieldChangeRecord |
DocumentProcessingRecord.referenceChange
Changes made to a document reference.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,FieldChangeRecord> |
DocumentProcessingRecord.metadataChanges
Changes made on a document to either metadata or metadataReferences
|
| Modifier and Type | Method and Description |
|---|---|
static FieldChangeRecord |
FieldChangeRecordFactory.create(FieldChangeType fieldChangeType,
Collection<?> originalValues) |
static FieldChangeRecord |
FieldChangeRecordFactory.create(FieldChangeType fieldChangeType,
String originalValue) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FieldChangeRecordPrinter.toFormattedString(FieldChangeRecord fieldChange)
Utility method, to output the object, it the format used for serialization.
|
static String |
FieldChangeRecordPrinter.toString(FieldChangeRecord fieldChange)
simple toString on an existing fieldChangeRecord, for text only logging
|
Copyright © 2015–2017 EntIT Software LLC, a Micro Focus company. All rights reserved.