|
||||||||||
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.GreaterEqEvaluator<T,ID>
public class GreaterEqEvaluator<T,ID>
An Evaluator which determines if candidates are matched by GreaterEqNode assertions.
Constructor Summary | |
---|---|
GreaterEqEvaluator(org.apache.directory.shared.ldap.filter.GreaterEqNode<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)
Evaluates a candidate to determine if a filter expression selects it. |
boolean |
evaluateEntry(org.apache.directory.shared.ldap.entry.ServerEntry entry)
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator . |
boolean |
evaluateId(ID id)
Evaluates whether or not a candidate, specified by an id, satisfies the expression associated with this Evaluator . |
org.apache.directory.shared.ldap.schema.AttributeType |
getAttributeType()
|
java.util.Comparator |
getComparator()
|
org.apache.directory.shared.ldap.filter.GreaterEqNode |
getExpression()
Gets the expression used by this expression Evaluator. |
org.apache.directory.shared.ldap.schema.Normalizer |
getNormalizer()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GreaterEqEvaluator(org.apache.directory.shared.ldap.filter.GreaterEqNode<T> node, Store<org.apache.directory.shared.ldap.entry.ServerEntry,ID> db, org.apache.directory.shared.ldap.schema.SchemaManager schemaManager) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public org.apache.directory.shared.ldap.filter.GreaterEqNode getExpression()
Evaluator
getExpression
in interface Evaluator<org.apache.directory.shared.ldap.filter.GreaterEqNode<T>,org.apache.directory.shared.ldap.entry.ServerEntry,ID>
public org.apache.directory.shared.ldap.schema.AttributeType getAttributeType()
public org.apache.directory.shared.ldap.schema.Normalizer getNormalizer()
public java.util.Comparator getComparator()
public boolean evaluate(IndexEntry<?,org.apache.directory.shared.ldap.entry.ServerEntry,ID> indexEntry) throws java.lang.Exception
Evaluator
evaluate
in interface Evaluator<org.apache.directory.shared.ldap.filter.GreaterEqNode<T>,org.apache.directory.shared.ldap.entry.ServerEntry,ID>
indexEntry
- the index record of the entry to evaluate
java.lang.Exception
- if there are faults during evaluationpublic boolean evaluateId(ID id) throws java.lang.Exception
Evaluator
evaluateId
in interface Evaluator<org.apache.directory.shared.ldap.filter.GreaterEqNode<T>,org.apache.directory.shared.ldap.entry.ServerEntry,ID>
id
- the identifier for the candidate entry
java.lang.Exception
- if there are faults during evaluationpublic boolean evaluateEntry(org.apache.directory.shared.ldap.entry.ServerEntry entry) throws java.lang.Exception
Evaluator
evaluateEntry
in interface Evaluator<org.apache.directory.shared.ldap.filter.GreaterEqNode<T>,org.apache.directory.shared.ldap.entry.ServerEntry,ID>
entry
- the candidate entry
java.lang.Exception
- if there are faults during evaluation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |