Methods in org.apache.ldap.server.db with parameters of type IndexRecord |
boolean |
IndexAssertion.assertCandidate(IndexRecord record)
Tests to see if a perspective candidate should be returned based on
the evaluation of hard coded logic. |
boolean |
ScopeEvaluator.evaluate(org.apache.ldap.common.filter.ExprNode node,
IndexRecord record)
|
boolean |
SubstringEvaluator.evaluate(org.apache.ldap.common.filter.ExprNode node,
IndexRecord record)
|
boolean |
LeafEvaluator.evaluate(org.apache.ldap.common.filter.ExprNode node,
IndexRecord record)
|
boolean |
Evaluator.evaluate(org.apache.ldap.common.filter.ExprNode node,
IndexRecord record)
Evaluates a candidate to determine if a filter expression selects it. |
boolean |
ExpressionEvaluator.evaluate(org.apache.ldap.common.filter.ExprNode node,
IndexRecord record)
|
void |
IndexRecord.copy(IndexRecord record)
Utility method used to copy the contents of one IndexRecord into this
IndexRecord. |