Uses of Class
org.alfresco.event.sdk.handling.filter.AbstractEventFilter
Packages that use AbstractEventFilter
-
Uses of AbstractEventFilter in org.alfresco.event.sdk.handling.filter
Subclasses of AbstractEventFilter in org.alfresco.event.sdk.handling.filterModifier and TypeClassDescriptionclassEventFilterthat 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.