Uses of Interface
org.forgerock.opendj.ldif.RejectedChangeRecordListener
-
Packages that use RejectedChangeRecordListener Package Description org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF. -
-
Uses of RejectedChangeRecordListener in org.forgerock.opendj.ldif
Fields in org.forgerock.opendj.ldif declared as RejectedChangeRecordListener Modifier and Type Field Description static RejectedChangeRecordListener
RejectedChangeRecordListener. FAIL_FAST
A handler which terminates processing by throwing aDecodeException
as soon as a change is rejected.static RejectedChangeRecordListener
RejectedChangeRecordListener. OVERWRITE
The default handler which ignores changes applied to missing entries and tolerates duplicate entries by overwriting the existing entry with the new entry.Methods in org.forgerock.opendj.ldif with parameters of type RejectedChangeRecordListener Modifier and Type Method Description static EntryReader
Ldif. patch(EntryReader input, ChangeRecordReader patch, RejectedChangeRecordListener listener)
Applies the set of changes contained inpatch
to the content ofinput
and returns the result in an entry reader.
-