Interface FilterSet

All Superinterfaces:
Filter
All Known Implementing Classes:
AndFilter, NotFilter, OrFilter

public interface FilterSet extends Filter
Container of search filters.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.ldaptive.filter.Filter

    Filter.Type
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Filter filter)
    Adds a search filter to this set.
    Returns the type of filter set.

    Methods inherited from interface org.ldaptive.filter.Filter

    getEncoder
  • Method Details

    • getType

      Filter.Type getType()
      Returns the type of filter set.
      Returns:
      type of filter set
    • add

      void add(Filter filter)
      Adds a search filter to this set.
      Parameters:
      filter - to add