Uses of Interface
org.eclipse.emf.emfstore.client.handler.ESNotificationFilter

Packages that use ESNotificationFilter
org.eclipse.emf.emfstore.internal.client.model.changeTracking.notification.filter   
 

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

Classes in org.eclipse.emf.emfstore.internal.client.model.changeTracking.notification.filter that implement ESNotificationFilter
 class EmptyRemovalsFilter
           This class filters zero effect remove operations from a notification recording.
 class FilterStack
          This class filters a notification recording according to predefined stacks of filters.
 class IgnoreDatatypeFilter
          Filters notifications which come from datatypes that should be ignored.
 class IgnoreNotificationsOutsideProject
          Filter notifications from elements outside of the project.
 class IgnoreNullFeatureNotificationsFilter
          Filter to ignore notifications with the illegal state of having no value for the feature member.
 class IgnoreOutsideProjectReferencesFilter
          Filter to ignore Reference Notifications to Elements outside of the project.
 class NotifiableIdEObjectCollectionFilter
          A ESNotificationFilter that filters all notifications from a NotifiableIdEObjectCollection.
 class TouchFilter
          Filters touch notifications, as these have no effect on the model state.
 class TransientFilter
          Filters notifications for transient features, as these have no effect on the persisted model state.
 class UnknownEventTypeFilter
          A notification filter that filters all notifications that have an unknown type.
 

Fields in org.eclipse.emf.emfstore.internal.client.model.changeTracking.notification.filter declared as ESNotificationFilter
static ESNotificationFilter FilterStack.DEFAULT
          The default filter stack.
 

Constructors in org.eclipse.emf.emfstore.internal.client.model.changeTracking.notification.filter with parameters of type ESNotificationFilter
FilterStack(ESNotificationFilter[] filters)
          Constructor.
 



Copyright © 2015. All Rights Reserved.