Methods in
org.eclipse.emf.transaction that return
NotificationFilter
|
NotificationFilter
|
NotificationFilter.
and
(
NotificationFilter other)
Creates a new filter combining me with another as a boolean conjunction. |
static
NotificationFilter
|
NotificationFilter.
createEventTypeFilter
(int eventType)
Creates a filter matching any notification of the specified type. |
static
NotificationFilter
|
NotificationFilter.
createFeatureFilter
(
Class<?> ownerType,
int featureId)
Creates a filter matching any notification from the specified feature. |
static
NotificationFilter
|
NotificationFilter.
createFeatureFilter
(
EClassifier ownerType,
int featureId)
Creates a filter matching any notification from the specified feature. |
static
NotificationFilter
|
NotificationFilter.
createFeatureFilter
(
EStructuralFeature feature)
Creates a filter matching any notification from the specified feature. |
static
NotificationFilter
|
NotificationFilter.
createNotifierFilter
(
Object notifier)
Creates a filter matching any notification from the specified notifier. |
static
NotificationFilter
|
NotificationFilter.
createNotifierTypeFilter
(
Class<?> type)
Creates a filter matching notifications from any instance of the
specified type. |
static
NotificationFilter
|
NotificationFilter.
createNotifierTypeFilter
(
EClassifier type)
Creates a filter matching notifications from any instance of the
specified type. |
static
NotificationFilter
|
NotificationFilter.
createResourceContentTypeFilter
(
String contentType)
Creates a filter matches any notification from a resource of the
specified content type. |
NotificationFilter
|
ResourceSetListenerImpl.
getFilter
()
|
NotificationFilter
|
ResourceSetListener.
getFilter
()
Provides a filter to select which notifications should be sent to this
listener. |
NotificationFilter
|
NotificationFilter.
negated
()
Creates a new filter that is the boolean negation of me. |
NotificationFilter
|
NotificationFilter.
or
(
NotificationFilter other)
Creates a new filter combining me with another as a boolean disjunction. |