@Extensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface LDIFChangeRecordTransformation extends LDIFReaderChangeRecordTranslator, LDIFWriterChangeRecordTranslator
| Modifier and Type | Method and Description |
|---|---|
LDIFChangeRecord |
transformChangeRecord(LDIFChangeRecord changeRecord)
Applies an appropriate transformation to the provided LDIF change record.
|
translatetranslateChangeRecordToWrite@Nullable LDIFChangeRecord transformChangeRecord(@NotNull LDIFChangeRecord changeRecord)
changeRecord - The LDIF change record to transform.null if the change record should be
suppressed.