Uses of Interface
org.alfresco.event.gateway.subscription.filter.EventFilter
Packages that use EventFilter
Package
Description
-
Uses of EventFilter in org.alfresco.event.gateway.subscription
Methods in org.alfresco.event.gateway.subscription that return types with arguments of type EventFilterModifier and TypeMethodDescriptiondefault List<EventFilter>EventSubscription.getEventFilters()Get the list ofEventFilterthat applies to the event subscription. -
Uses of EventFilter in org.alfresco.event.gateway.subscription.filter
Methods in org.alfresco.event.gateway.subscription.filter that return EventFilterModifier and TypeMethodDescriptiondefault EventFilterEventFilter.and(EventFilter other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.EventFilterFactory.getEventFilter(Subscription subscription, Filter filter) Obtain an instance ofEventFiltergiven the requested subscription requirements.default EventFilterEventFilter.negate()Returns a predicate that represents the logical negation of this predicate.default EventFilterEventFilter.or(EventFilter other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in org.alfresco.event.gateway.subscription.filter with parameters of type EventFilterModifier and TypeMethodDescriptiondefault EventFilterEventFilter.and(EventFilter other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default EventFilterEventFilter.or(EventFilter other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.