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