class |
AbstractEventFilter |
Abstract EventFilter that provides common functionality for all events (i.e.
|
class |
AspectAddedFilter |
EventFilter that checks if an event represents the addition of an aspect to a node in the repository.
|
class |
AspectRemovedFilter |
EventFilter that checks if an event represents the removal of an aspect from a node in the repository.
|
class |
AssocTypeFilter |
EventFilter that checks if an event corresponds to a specific association type.
|
class |
ContentAddedFilter |
EventFilter that checks if an event represents the addition of content to a node in the repository.
|
class |
ContentChangedFilter |
EventFilter that checks if an event represents a change in the content of a node in the repository.
|
class |
EventTypeFilter |
EventFilter that checks if an event is classified as a specific type.
|
class |
IsFileFilter |
EventFilter that checks if an event corresponds to a node of type file in the repository.
|
class |
IsFolderFilter |
EventFilter that checks if an event corresponds to a node of type folder in the repository.
|
class |
MimeTypeFilter |
EventFilter that checks if an events makes reference to a content with a specific mime-type within a set of them.
|
class |
NodeAspectFilter |
EventFilter that checks if an event is related to a node with an specific aspect.
|
class |
NodeMovedFilter |
EventFilter that checks if an event represents the movement of a node in the hierarchy in the repository.
|
class |
NodeTypeChangedFilter |
EventFilter that checks if an event represents the change of the type of a node in the repository.
|
class |
NodeTypeFilter |
EventFilter that checks if an event is related to a node with an specific type.
|
class |
PropertyAddedFilter |
EventFilter that checks if an event corresponds to the addition of a specific property to a node in the repository.
|
class |
PropertyChangedFilter |
EventFilter that checks if an event corresponds to the modification of a specific property of a node in the repository.
|
class |
PropertyCurrentValueFilter |
EventFilter that checks if an event represents a node with a specific property with a specific current value.
|
class |
PropertyPreviousValueFilter |
EventFilter that checks if an event represents a node with a specific property with a specific previous value.
|
class |
PropertyRemovedFilter |
EventFilter that checks if an event corresponds to the removal of a specific property to a node in the repository.
|
class |
PropertyValueFilter |
Abstract EventFilter class that has the common functionality that checks if an event represents a node with a specific property with a specific
value.
|