Uses of Interface
org.forgerock.opendj.ldif.RejectedChangeRecordListener
Packages that use RejectedChangeRecordListener
-
Uses of RejectedChangeRecordListener in org.forgerock.opendj.ldif
Fields in org.forgerock.opendj.ldif declared as RejectedChangeRecordListenerModifier and TypeFieldDescriptionstatic final RejectedChangeRecordListenerRejectedChangeRecordListener.FAIL_FASTA handler which terminates processing by throwing aDecodeExceptionas soon as a change is rejected.static final RejectedChangeRecordListenerRejectedChangeRecordListener.OVERWRITEThe 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 RejectedChangeRecordListenerModifier and TypeMethodDescriptionstatic EntryReaderLdif.patch(EntryReader input, ChangeRecordReader patch, RejectedChangeRecordListener listener) Applies the set of changes contained inpatchto the content ofinputand returns the result in an entry reader.