|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.event.ExpressionEvaluator
public class ExpressionEvaluator
Top level filter expression evaluator implemenation.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
boolean |
evaluate(org.apache.directory.shared.ldap.filter.ExprNode node,
java.lang.String dn,
org.apache.directory.shared.ldap.entry.ServerEntry entry)
|
LeafEvaluator |
getLeafEvaluator()
Gets the leaf evaluator used by this top level expression evaluator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 comparison| Method Detail |
|---|
public LeafEvaluator getLeafEvaluator()
public boolean evaluate(org.apache.directory.shared.ldap.filter.ExprNode node,
java.lang.String dn,
org.apache.directory.shared.ldap.entry.ServerEntry entry)
throws org.apache.directory.shared.ldap.exception.LdapException
evaluate in interface Evaluatororg.apache.directory.shared.ldap.exception.LdapExceptionEvaluator.evaluate(ExprNode, String, ServerEntry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||