Package org.eclipse.emf.cdo.view
Schnittstelle CDOViewInvalidationEvent
- Alle Superschnittstellen:
CDOTimeProvider
,CDOViewEvent
,org.eclipse.net4j.util.event.IEvent
A
view event
fired when passive updates (commit notifications) are being received from a remote
repository. Passive updates
must be enabled for this event to be
fired.- Seit:
- 2.0
- Autor:
- Simon McDuff
- Siehe auch:
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns a set of theCDOObjects
of the removed objects.Returns a set of theCDOObjects
of the modified objects.Returns a map with thechange deltas
per object.long
Returns the time stamp of the server transaction if this event was sent as a result of a successfully committed transaction orLOCAL_ROLLBACK
if this event was sent due to a local rollback.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.view.CDOViewEvent
getSource
-
Felddetails
-
LOCAL_ROLLBACK
static final long LOCAL_ROLLBACK- Seit:
- 4.22
- Siehe auch:
-
-
Methodendetails
-
getTimeStamp
long getTimeStamp()Returns the time stamp of the server transaction if this event was sent as a result of a successfully committed transaction orLOCAL_ROLLBACK
if this event was sent due to a local rollback.- Angegeben von:
getTimeStamp
in SchnittstelleCDOTimeProvider
-
getDirtyObjects
Returns a set of theCDOObjects
of the modified objects. -
getRevisionDeltas
Map<CDOObject,CDORevisionDelta> getRevisionDeltas()Returns a map with thechange deltas
per object. Note that this map may contain object/null
mappings, if the delta is not available!- Seit:
- 4.0
-
getDetachedObjects
Returns a set of theCDOObjects
of the removed objects.
-