Package org.alfresco.event.sdk.handling.filter
package org.alfresco.event.sdk.handling.filter
-
ClassDescriptionAbstract
EventFilterthat provides common functionality for all events (i.e. common checks about events).EventFilterthat checks if an event represents the addition of an aspect to a node in the repository.EventFilterthat checks if an event represents the removal of an aspect from a node in the repository.EventFilterthat checks if an event corresponds to a specific association type.EventFilterthat checks if an event represents the addition of content to a node in the repository.EventFilterthat checks if an event represents a change in the content of a node in the repository.Predicate definition for the classRepoEventto be able to define event filters that check different conditions in the corresponding events (i.e. the node type has changed, a property has a specific value, etc.).EventFilterthat checks if an event is classified as a specific type.EventFilterthat checks if an event corresponds to a node of type file in the repository.EventFilterthat checks if an event corresponds to a node of type folder in the repository.EventFilterthat checks if an events makes reference to a content with a specific mime-type within a set of them.EventFilterthat checks if an event is related to a node with an specific aspect.EventFilterthat checks if an event represents the movement of a node in the hierarchy in the repository.EventFilterthat checks if an event represents the change of the type of a node in the repository.EventFilterthat checks if an event is related to a node with an specific type.EventFilterthat checks if an event corresponds to the addition of a specific property to a node in the repository.EventFilterthat checks if an event corresponds to the modification of a specific property of a node in the repository.EventFilterthat checks if an event represents a node with a specific property with a specific current value.EventFilterthat checks if an event represents a node with a specific property with a specific previous value.EventFilterthat checks if an event corresponds to the removal of a specific property to a node in the repository.AbstractEventFilterclass that has the common functionality that checks if an event represents a node with a specific property with a specific value.