Package org.alfresco.repo.event2.filter
Interface EventFilter<T>
-
- All Known Implementing Classes:
AbstractNodeEventFilter,ChildAssociationTypeFilter,EventUserFilter,NodeAspectFilter,NodePropertyFilter,NodeTypeFilter
public interface EventFilter<T>Repo events filter.- Author:
- Jamal Kaabi-Mofrad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisExcluded(T obj)Indicates whether the given object should be excluded or not.
-
-
-
Method Detail
-
isExcluded
boolean isExcluded(T obj)
Indicates whether the given object should be excluded or not.- Parameters:
obj- the object to be checked against filters- Returns:
- true if it is excluded, otherwise false
-
-