|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.xdbm.search.impl.NotEvaluator<ID>
public class NotEvaluator<ID>
An Evaluator for logical negation (NOT) expressions.
| Constructor Summary | |
|---|---|
NotEvaluator(org.apache.directory.shared.ldap.model.filter.NotNode node,
Evaluator<? extends org.apache.directory.shared.ldap.model.filter.ExprNode,org.apache.directory.shared.ldap.model.entry.Entry,ID> childEvaluator)
|
|
| Method Summary | |
|---|---|
boolean |
evaluate(IndexEntry<?,ID> indexEntry)
Evaluates a candidate to determine if a filter expression selects it. |
boolean |
evaluateEntry(org.apache.directory.shared.ldap.model.entry.Entry entry)
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator . |
org.apache.directory.shared.ldap.model.filter.NotNode |
getExpression()
Gets the expression used by this expression Evaluator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotEvaluator(org.apache.directory.shared.ldap.model.filter.NotNode node,
Evaluator<? extends org.apache.directory.shared.ldap.model.filter.ExprNode,org.apache.directory.shared.ldap.model.entry.Entry,ID> childEvaluator)
| Method Detail |
|---|
public boolean evaluateEntry(org.apache.directory.shared.ldap.model.entry.Entry entry)
throws Exception
Evaluator
evaluateEntry in interface Evaluator<org.apache.directory.shared.ldap.model.filter.NotNode,org.apache.directory.shared.ldap.model.entry.Entry,ID>entry - the candidate entry
Exception - if there are faults during evaluation
public boolean evaluate(IndexEntry<?,ID> indexEntry)
throws Exception
Evaluator
evaluate in interface Evaluator<org.apache.directory.shared.ldap.model.filter.NotNode,org.apache.directory.shared.ldap.model.entry.Entry,ID>indexEntry - the index record of the entry to evaluate
Exception - if there are faults during evaluationpublic org.apache.directory.shared.ldap.model.filter.NotNode getExpression()
Evaluator
getExpression in interface Evaluator<org.apache.directory.shared.ldap.model.filter.NotNode,org.apache.directory.shared.ldap.model.entry.Entry,ID>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||