public class ExpressionEvaluator extends Object implements Evaluator
| Constructor and Description |
|---|
ExpressionEvaluator(LeafEvaluator leafEvaluator)
Creates a top level Evaluator where leaves are delegated to a leaf node
evaluator which is already provided.
|
ExpressionEvaluator(org.apache.directory.shared.ldap.schema.registries.OidRegistry oidRegistry,
org.apache.directory.shared.ldap.schema.SchemaManager schemaManager)
Creates a top level Evaluator where leaves are delegated to a leaf node
evaluator which will be created.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(org.apache.directory.shared.ldap.filter.ExprNode node,
String dn,
org.apache.directory.shared.ldap.entry.ServerEntry entry)
Evaluates a candidate to determine if a filter expression selects it.
|
LeafEvaluator |
getLeafEvaluator()
Gets the leaf evaluator used by this top level expression evaluator.
|
public ExpressionEvaluator(LeafEvaluator leafEvaluator)
leafEvaluator - handles leaf node evaluation.public ExpressionEvaluator(org.apache.directory.shared.ldap.schema.registries.OidRegistry oidRegistry,
org.apache.directory.shared.ldap.schema.SchemaManager schemaManager)
oidRegistry - the oid reg used for attrID to oid resolutionattributeTypeRegistry - the attribtype reg used for value comparisonpublic LeafEvaluator getLeafEvaluator()
public boolean evaluate(org.apache.directory.shared.ldap.filter.ExprNode node,
String dn,
org.apache.directory.shared.ldap.entry.ServerEntry entry)
throws org.apache.directory.shared.ldap.exception.LdapException
Evaluatorevaluate in interface Evaluatornode - the filter expression to evaluate on the candidatedn - the normalized distinguished name of the entry being testedentry - the entry to evaluateorg.apache.directory.shared.ldap.exception.LdapException - if there is a database fault during evaluationEvaluator.evaluate(ExprNode, String, ServerEntry)Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.