Interface CollectionChangeRecord

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map getAddObjectList()
      ADVANCED: This method returns the Map that contains the added values to the collection and their corresponding ChangeSets.
      java.util.Map getRemoveObjectList()
      ADVANCED: This method returns the Map that contains the removed values from the collection and their corresponding ChangeSets.
      boolean hasChanges()
      ADVANCED: This method returns true if the change set has changes
    • Method Detail

      • getAddObjectList

        java.util.Map getAddObjectList()
        ADVANCED: This method returns the Map that contains the added values to the collection and their corresponding ChangeSets.
        Returns:
        java.util.Vector
      • getRemoveObjectList

        java.util.Map getRemoveObjectList()
        ADVANCED: This method returns the Map that contains the removed values from the collection and their corresponding ChangeSets.
        Returns:
        java.util.Vector
      • hasChanges

        boolean hasChanges()
        ADVANCED: This method returns true if the change set has changes
        Returns:
        boolean