Uses of Class
org.apache.directory.server.core.partition.impl.btree.ScopeEvaluator

Packages that use ScopeEvaluator
org.apache.directory.server.core.partition.impl.btree   
 

Uses of ScopeEvaluator in org.apache.directory.server.core.partition.impl.btree
 

Methods in org.apache.directory.server.core.partition.impl.btree that return ScopeEvaluator
 ScopeEvaluator LeafEvaluator.getScopeEvaluator()
           
 

Constructors in org.apache.directory.server.core.partition.impl.btree with parameters of type ScopeEvaluator
ScopeEnumerator(BTreePartition db, ScopeEvaluator evaluator)
           
LeafEvaluator(BTreePartition db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry, ScopeEvaluator scopeEvaluator, SubstringEvaluator substringEvaluator)
          Creates a leaf expression node evaluator.