Interface FilterSubscription


public interface FilterSubscription
A subscription for match notifications.
Since:
7.0
Author:
anistor@redhat.com
  • Method Details Link icon

    • getEntityTypeName Link icon

      String getEntityTypeName()
      The fully qualified entity type name accepted by this filter.
    • getCallback Link icon

      FilterCallback getCallback()
      The associated callback that is being notified of successful matches.
    • isDeltaFilter Link icon

      boolean isDeltaFilter()
    • getProjection Link icon

      String[] getProjection()
      The array of '.' separated path names of the projected fields if any, or null otherwise.
    • getSortFields Link icon

      SortField[] getSortFields()
      The array of sort specifications if defined, or null otherwise.
    • getComparator Link icon

      Comparator<Comparable<?>[]> getComparator()
      The comparator corresponding to the 'order by' clause, if any.
      Returns:
      the Comparator or null if no 'order by' was specified
    • getEventTypes Link icon

      Object[] getEventTypes()
      The event types.
      Returns:
      the array of event types or null