Uses of Interface
org.alfresco.event.sdk.handling.filter.EventFilter
Packages that use EventFilter
-
Uses of EventFilter in org.alfresco.event.sdk.handling.filter
Classes in org.alfresco.event.sdk.handling.filter that implement EventFilterModifier and TypeClassDescriptionclassAbstractEventFilterthat provides common functionality for all events (i.e. common checks about events).classEventFilterthat checks if an event represents the addition of an aspect to a node in the repository.classEventFilterthat checks if an event represents the removal of an aspect from a node in the repository.classEventFilterthat checks if an event corresponds to a specific association type.classEventFilterthat checks if an event represents the addition of content to a node in the repository.classEventFilterthat checks if an event represents a change in the content of a node in the repository.classEventFilterthat checks if an event is classified as a specific type.classEventFilterthat checks if an event corresponds to a node of type file in the repository.classEventFilterthat checks if an event corresponds to a node of type folder in the repository.classEventFilterthat checks if an events makes reference to a content with a specific mime-type within a set of them.classEventFilterthat checks if an event is related to a node with an specific aspect.classEventFilterthat checks if an event represents the movement of a node in the hierarchy in the repository.classEventFilterthat checks if an event represents the change of the type of a node in the repository.classEventFilterthat checks if an event is related to a node with an specific type.classEventFilterthat checks if an event corresponds to the addition of a specific property to a node in the repository.classEventFilterthat checks if an event corresponds to the modification of a specific property of a node in the repository.classEventFilterthat checks if an event represents a node with a specific property with a specific current value.classEventFilterthat checks if an event represents a node with a specific property with a specific previous value.classEventFilterthat checks if an event corresponds to the removal of a specific property to a node in the repository.classAbstractEventFilterclass that has the common functionality that checks if an event represents a node with a specific property with a specific value.Fields in org.alfresco.event.sdk.handling.filter declared as EventFilterModifier and TypeFieldDescriptionstatic final EventFilterEventTypeFilter.CHILD_ASSOCstatic final EventFilterEventTypeFilter.CHILD_ASSOC_CREATEDstatic final EventFilterEventTypeFilter.CHILD_ASSOC_DELETEDstatic final EventFilterEventTypeFilter.NODEstatic final EventFilterEventTypeFilter.NODE_CREATEDstatic final EventFilterEventTypeFilter.NODE_DELETEDstatic final EventFilterEventTypeFilter.NODE_UPDATEDstatic final EventFilterEventTypeFilter.PEER_ASSOCstatic final EventFilterEventTypeFilter.PEER_ASSOC_CREATEDstatic final EventFilterEventTypeFilter.PEER_ASSOC_DELETEDstatic final EventFilterEventTypeFilter.PERMISSION_UPDATEDMethods in org.alfresco.event.sdk.handling.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.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.sdk.handling.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. -
Uses of EventFilter in org.alfresco.event.sdk.handling.handler
Methods in org.alfresco.event.sdk.handling.handler that return EventFilterModifier and TypeMethodDescriptiondefault EventFilterEventHandler.getEventFilter()Obtain theEventFilterthat any event must fulfill to be handled by this handler.