| Interface | Description |
|---|---|
| Filter |
The Search Filter interface
|
| Class | Description |
|---|---|
| AbstractFilter |
An abstract class used as a base for all the Filter implementations
|
| AttributeDescriptionFilter |
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 Filters
|
| SubstringFilter |
A class used to manage Substring Filters.
|
| UnaryFilter |
Creates a NOT filter
|
| 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
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.