org.apache.directory.server.xdbm.search.impl
Class ApproximateEvaluator<T,ID>

java.lang.Object
  extended by org.apache.directory.server.xdbm.search.impl.ApproximateEvaluator<T,ID>
All Implemented Interfaces:
Evaluator<org.apache.directory.shared.ldap.filter.ApproximateNode<T>,org.apache.directory.shared.ldap.entry.ServerEntry,ID>

public class ApproximateEvaluator<T,ID>
extends java.lang.Object
implements Evaluator<org.apache.directory.shared.ldap.filter.ApproximateNode<T>,org.apache.directory.shared.ldap.entry.ServerEntry,ID>

An Evaluator which determines if candidates are matched by ApproximateNode assertions. Same as equality for now.

Version:
$Rev$
Author:
Apache Directory Project

Constructor Summary
ApproximateEvaluator(org.apache.directory.shared.ldap.filter.ApproximateNode<T> node, Store<org.apache.directory.shared.ldap.entry.ServerEntry,ID> db, org.apache.directory.shared.ldap.schema.SchemaManager schemaManager)
           
 
Method Summary
 boolean evaluate(IndexEntry<?,org.apache.directory.shared.ldap.entry.ServerEntry,ID> indexEntry)
           
 boolean evaluateEntry(org.apache.directory.shared.ldap.entry.ServerEntry entry)
           
 boolean evaluateId(ID id)
           
 org.apache.directory.shared.ldap.filter.ApproximateNode<T> getExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApproximateEvaluator

public ApproximateEvaluator(org.apache.directory.shared.ldap.filter.ApproximateNode<T> node,
                            Store<org.apache.directory.shared.ldap.entry.ServerEntry,ID> db,
                            org.apache.directory.shared.ldap.schema.SchemaManager schemaManager)
                     throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getExpression

public org.apache.directory.shared.ldap.filter.ApproximateNode<T> getExpression()
Specified by:
getExpression in interface Evaluator<org.apache.directory.shared.ldap.filter.ApproximateNode<T>,org.apache.directory.shared.ldap.entry.ServerEntry,ID>

evaluateEntry

public boolean evaluateEntry(org.apache.directory.shared.ldap.entry.ServerEntry entry)
                      throws java.lang.Exception
Specified by:
evaluateEntry in interface Evaluator<org.apache.directory.shared.ldap.filter.ApproximateNode<T>,org.apache.directory.shared.ldap.entry.ServerEntry,ID>
Throws:
java.lang.Exception

evaluateId

public boolean evaluateId(ID id)
                   throws java.lang.Exception
Specified by:
evaluateId in interface Evaluator<org.apache.directory.shared.ldap.filter.ApproximateNode<T>,org.apache.directory.shared.ldap.entry.ServerEntry,ID>
Throws:
java.lang.Exception

evaluate

public boolean evaluate(IndexEntry<?,org.apache.directory.shared.ldap.entry.ServerEntry,ID> indexEntry)
                 throws java.lang.Exception
Specified by:
evaluate in interface Evaluator<org.apache.directory.shared.ldap.filter.ApproximateNode<T>,org.apache.directory.shared.ldap.entry.ServerEntry,ID>
Throws:
java.lang.Exception


Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.