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 Type
    Method
    Description
    boolean
    Indicates whether the given object should be excluded or not.
  • Method Details

    • 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