Package org.apache.directory.ldap.client.api.search
-
Interface Summary Interface Description Filter The base interface for the Search Filters -
Class Summary Class Description AbstractFilter An abstract class used as a base for all the Filter implementationsAttributeDescriptionFilter This class is used to handle the Present filter (ie, attr =* )AttributeValueAssertionFilter A class to represent the various filters that take a value, like =, <=, >= or ~=.FilterBuilder A builder for constructing well formed search filters according to RFC 4515.MatchingRuleAssertionFilter A class to represent the extensible matching filter.MatchingRuleAssertionFilterBuilder SetOfFiltersFilter An implementation of the Filter interface for the AND and OR FiltersSubstringFilter A class used to manage Substring Filters.UnaryFilter Creates a NOT filter -
Enum Summary Enum Description FilterOperator The operators that can be used in a Filter : AND: the '&' operator OR: the '|' operator NOT: the '!' operator EQUAL: the '=' operator LESS_THAN_OR_EQUAL: the '<=' operator GREATER_THAN_OR_EQUAL: the '>=' operator PRESENT: the '=*' operator APPROXIMATELY_EQUAL: the '~=' operator