| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api.search |
| Modifier and Type | Field and Description |
|---|---|
private FilterOperator |
SetOfFiltersFilter.operator
The operator to use with this set (AND or OR)
|
private FilterOperator |
MatchingRuleAssertionFilter.operator
The Filter operator
|
private FilterOperator |
AttributeValueAssertionFilter.operator
The Filter operator
|
| Modifier and Type | Method and Description |
|---|---|
static FilterOperator |
FilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOperator[] |
FilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AttributeValueAssertionFilter(String attribute,
String value,
FilterOperator operator)
Creates a new instance of AttributeValueAssertionFilter.
|
MatchingRuleAssertionFilter(String attribute,
String value,
FilterOperator operator)
Creates a new instance of MatchingRuleAssertionFilter.
|
SetOfFiltersFilter(FilterOperator operator)
Creates a new instance of SetOfFiltersFilter.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.