Skip navigation links
com.streamscape.sdo

Interface DeltaEventDatagram

    • Method Detail

      • equals

        boolean equals()
        Returns true if the before and after image are not the same. This comparator assumes that the two images are of the same object type, but may contain different content. If the two objects are of the same type but of a different version the method returns false.
        Returns:
        true if the data image after modification is equal to the image before modification, false otherwise.
      • getDeltaElements

        java.util.List getDeltaElements()
        Returns a list of element names that are different between the before and after image.
        Returns:
        the list of different names.
      • getDeltas

        java.util.Map getDeltas()
        Returns a map of objects in the After Image that are different from those in the Before Image
        Returns:
        the map of different objects.

Copyright © 2015-2024 StreamScape Technologies. All rights reserved.