Interface CDOViewInvalidationEvent

    • Method Detail

      • getTimeStamp

        long getTimeStamp()
        Returns the time stamp of the server transaction if this event was sent as a result of a successfully committed transaction or LOCAL_ROLLBACK if this event was sent due to a local rollback.
        Specified by:
        getTimeStamp in interface CDOTimeProvider
      • getDirtyObjects

        java.util.Set<CDOObject> getDirtyObjects()
        Returns a set of the CDOObjects of the modified objects.
      • getRevisionDeltas

        java.util.Map<CDOObject,​CDORevisionDelta> getRevisionDeltas()
        Returns a map with the change deltas per object. Note that this map may contain object/ null mappings, if the delta is not available!
        Since:
        4.0
      • getDetachedObjects

        java.util.Set<CDOObject> getDetachedObjects()
        Returns a set of the CDOObjects of the removed objects.