Class EventUserFilter

java.lang.Object
org.alfresco.repo.event2.filter.EventUserFilter
All Implemented Interfaces:
EventFilter<String>

public class EventUserFilter extends Object implements EventFilter<String>
Implementation of the user filter.
Author:
Jamal Kaabi-Mofrad
  • Constructor Details

    • EventUserFilter

      public EventUserFilter(String filteredUsersStr, boolean userNamesAreCaseSensitive)
  • Method Details

    • isExcluded

      public boolean isExcluded(String user)
      Description copied from interface: EventFilter
      Indicates whether the given object should be excluded or not.
      Specified by:
      isExcluded in interface EventFilter<String>
      Parameters:
      user - the object to be checked against filters
      Returns:
      true if it is excluded, otherwise false