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
Modifier and TypeMethodDescriptionbooleanisExcluded(T obj) Indicates whether the given object should be excluded or not.
-
Method Details
-
isExcluded
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
-