|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.partition.impl.btree.ExpressionEnumerator
public class ExpressionEnumerator
Enumerates over candidates that satisfy a filter expression.
Constructor Summary | |
---|---|
ExpressionEnumerator(BTreePartition db,
AttributeTypeRegistry attributeTypeRegistry,
ExpressionEvaluator evaluator)
Creates an expression tree enumerator. |
Method Summary | |
---|---|
javax.naming.NamingEnumeration |
enumerate(ExprNode node)
Creates an enumeration to enumerate through the set of candidates satisfying a filter expression. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionEnumerator(BTreePartition db, AttributeTypeRegistry attributeTypeRegistry, ExpressionEvaluator evaluator)
db
- database used by this enumeratorevaluator
- Method Detail |
---|
public javax.naming.NamingEnumeration enumerate(ExprNode node) throws javax.naming.NamingException
enumerate
in interface Enumerator
node
- a filter expression root
javax.naming.NamingException
- if database access fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |