|
||||||||||
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.ScopeEnumerator
public class ScopeEnumerator
Enumerates candidates based on scope.
Constructor Summary | |
---|---|
ScopeEnumerator(BTreePartition db,
ScopeEvaluator evaluator)
|
Method Summary | |
---|---|
javax.naming.NamingEnumeration |
enumerate(ExprNode node)
Builds an enumeration over all entries that satisfy the constraints of the scope assertion node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScopeEnumerator(BTreePartition db, ScopeEvaluator evaluator)
Method Detail |
---|
public javax.naming.NamingEnumeration enumerate(ExprNode node) throws javax.naming.NamingException
enumerate
in interface Enumerator
node
- the scope node
javax.naming.NamingException
- if any system indices failEnumerator.enumerate(ExprNode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |