Uses of Interface
org.alfresco.event.gateway.subscription.filter.EventFilter
-
Packages that use EventFilter Package Description org.alfresco.event.gateway.subscription org.alfresco.event.gateway.subscription.filter -
-
Uses of EventFilter in org.alfresco.event.gateway.subscription
Methods in org.alfresco.event.gateway.subscription that return types with arguments of type EventFilter Modifier and Type Method Description default 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 EventFilter Modifier and Type Method Description default EventFilterEventFilter. and(EventFilter other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.EventFilterEventFilterFactory. 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 EventFilter Modifier and Type Method Description default 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.
-