| Package | Description |
|---|---|
| org.datanucleus.store.ldap.query.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBranchFilter
Base implementation for all branch filter types.
|
class |
AbstractLeafFilter
Base implementation for all leaf filter types.
|
class |
AbstractValueFilter
Base implementation for all leaf filter types with an assertion value.
|
class |
AndFilter
An AND filter.
|
class |
EqualityFilter
An equality filter.
|
class |
GreaterEqFilter
A greater or equals filter.
|
class |
LessEqFilter
A less or equals filter.
|
class |
NotFilter
A NOT filter.
|
class |
OrFilter
An OR filter.
|
class |
PresenceFilter
An presence filter.
|
class |
SubstringFilter
An substring filter.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Filter> |
AbstractBranchFilter.children
The child list of this branch filter
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
AbstractBranchFilter.getChildren()
Gets the children below this BranchNode.
|
| Constructor and Description |
|---|
AbstractBranchFilter(Filter... children)
Instantiates a new branch filter.
|
AndFilter(Filter... children)
Instantiates a new AND filter.
|
NotFilter(Filter child)
Instantiates a new NOT filter.
|
OrFilter(Filter... children)
Instantiates a new OR filter.
|
Copyright © 2016. All rights reserved.