Interface LDIFChangeRecordTransformation

    • Method Detail

      • transformChangeRecord

        LDIFChangeRecord transformChangeRecord​(LDIFChangeRecord changeRecord)
        Applies an appropriate transformation to the provided LDIF change record.
        Parameters:
        changeRecord - The LDIF change record to transform.
        Returns:
        A copy of the change record with any appropriate transformation applied, the original change record if no transformations were necessary, or null if the change record should be suppressed.