JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.datanucleus.store.ldap.query.filter
Interface Filter
All Known Implementing Classes:
AbstractBranchFilter
,
AbstractLeafFilter
,
AbstractValueFilter
,
AndFilter
,
EqualityFilter
,
GreaterEqFilter
,
LessEqFilter
,
NotFilter
,
OrFilter
,
PresenceFilter
,
SubstringFilter
public interface
Filter
Base interface for LDAP filters. Copied and adapted from Apache Directory shared-ldap.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isLeaf
()
Tests to see if this filter is a leaf or branch node.
Method Detail
isLeaf
boolean isLeaf()
Tests to see if this filter is a leaf or branch node.
Returns:
true if the filter is a leaf node, false otherwise
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2016. All rights reserved.