Uses of Interface
org.eclipse.emf.emfstore.common.model.util.ESNotificationInfo

Packages that use ESNotificationInfo
org.eclipse.emf.emfstore.client.handler   
org.eclipse.emf.emfstore.internal.client.model.changeTracking.notification.filter   
org.eclipse.emf.emfstore.internal.common.model.impl.util   
org.eclipse.emf.emfstore.internal.common.model.util   
 

Uses of ESNotificationInfo in org.eclipse.emf.emfstore.client.handler
 

Methods in org.eclipse.emf.emfstore.client.handler with parameters of type ESNotificationInfo
 boolean ESNotificationFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 

Uses of ESNotificationInfo in org.eclipse.emf.emfstore.internal.client.model.changeTracking.notification.filter
 

Methods in org.eclipse.emf.emfstore.internal.client.model.changeTracking.notification.filter with parameters of type ESNotificationInfo
 boolean IgnoreNullFeatureNotificationsFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean IgnoreDatatypeFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean TransientFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean NotifiableIdEObjectCollectionFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean UnknownEventTypeFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean EmptyRemovalsFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean IgnoreOutsideProjectReferencesFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean IgnoreNotificationsOutsideProject.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean FilterStack.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean TouchFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 

Uses of ESNotificationInfo in org.eclipse.emf.emfstore.internal.common.model.impl.util
 

Classes in org.eclipse.emf.emfstore.internal.common.model.impl.util that implement ESNotificationInfo
 class ESNotificationInfoImpl
           
 

Uses of ESNotificationInfo in org.eclipse.emf.emfstore.internal.common.model.util
 

Methods in org.eclipse.emf.emfstore.internal.common.model.util that return ESNotificationInfo
 ESNotificationInfo NotificationInfo.createAPI()
          Creates the API interface for this class.
 ESNotificationInfo NotificationInfo.toAPI()
          Returns the API interface of this class.
 



Copyright © 2015. All Rights Reserved.