Uses of Class
org.apache.ldap.server.partition.impl.btree.SubstringEvaluator

Packages that use SubstringEvaluator
org.apache.ldap.server.partition.impl.btree   
 

Uses of SubstringEvaluator in org.apache.ldap.server.partition.impl.btree
 

Methods in org.apache.ldap.server.partition.impl.btree that return SubstringEvaluator
 SubstringEvaluator LeafEvaluator.getSubstringEvaluator()
           
 

Constructors in org.apache.ldap.server.partition.impl.btree with parameters of type SubstringEvaluator
SubstringEnumerator(BTreeContextPartition db, AttributeTypeRegistry attributeTypeRegistry, SubstringEvaluator evaluator)
          Creates a SubstringEnumerator for a database.
LeafEvaluator(BTreeContextPartition db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry, ScopeEvaluator scopeEvaluator, SubstringEvaluator substringEvaluator)
          Creates a leaf expression node evaluator.
 



Copyright © 2002-2005 . All Rights Reserved.