Package org.alfresco.repo.event2.filter
Class EventUserFilter
- java.lang.Object
-
- org.alfresco.repo.event2.filter.EventUserFilter
-
- All Implemented Interfaces:
EventFilter<java.lang.String>
public class EventUserFilter extends java.lang.Object implements EventFilter<java.lang.String>
Implementation of the user filter.- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description EventUserFilter(java.lang.String filteredUsersStr, boolean userNamesAreCaseSensitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisExcluded(java.lang.String user)Indicates whether the given object should be excluded or not.
-
-
-
Method Detail
-
isExcluded
public boolean isExcluded(java.lang.String user)
Description copied from interface:EventFilterIndicates whether the given object should be excluded or not.- Specified by:
isExcludedin interfaceEventFilter<java.lang.String>- Parameters:
user- the object to be checked against filters- Returns:
- true if it is excluded, otherwise false
-
-