Modifier and Type | Method and Description |
---|---|
IndexEntry<K,String> |
IndexCursorAdaptor.get() |
IndexEntry |
IndexEnumeration.next() |
IndexEntry |
IndexAssertionEnumeration.next() |
IndexEntry |
IndexEnumeration.nextElement() |
IndexEntry |
IndexAssertionEnumeration.nextElement() |
Modifier and Type | Method and Description |
---|---|
Iterator<IndexEntry<K,String>> |
IndexCursorAdaptor.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
IndexCursorAdaptor.after(IndexEntry<K,String> element) |
boolean |
IndexAssertion.assertCandidate(IndexEntry<K,ID> entry)
Tests to see if a perspective candidate should be returned based on
the evaluation of hard coded logic.
|
void |
IndexCursorAdaptor.before(IndexEntry<K,String> element) |
Constructor and Description |
---|
IndexAssertionEnumeration(NamingEnumeration<IndexEntry> underlying,
IndexAssertion assertion) |
IndexAssertionEnumeration(NamingEnumeration<IndexEntry> underlying,
IndexAssertion assertion,
boolean enableDupCheck) |
Modifier and Type | Method and Description |
---|---|
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
JdbmIndex.forwardCursor() |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
JdbmIndex.forwardCursor(K key) |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
JdbmIndex.reverseCursor() |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
JdbmIndex.reverseCursor(String id) |
Modifier and Type | Method and Description |
---|---|
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
MavibotIndex.forwardCursor() |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
MavibotIndex.forwardCursor(K key) |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
MavibotIndex.reverseCursor() |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
MavibotIndex.reverseCursor(String id) |
Modifier and Type | Method and Description |
---|---|
IndexEntry<V,String> |
SingletonIndexCursor.get() |
IndexEntry<K,String> |
EmptyIndexCursor.get() |
Modifier and Type | Method and Description |
---|---|
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,ID>> |
Index.forwardCursor() |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,ID>> |
Index.forwardCursor(K key) |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,ID>> |
Index.reverseCursor() |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,ID>> |
Index.reverseCursor(ID id) |
Modifier and Type | Method and Description |
---|---|
void |
EmptyIndexCursor.after(IndexEntry<K,String> element) |
void |
AbstractIndexCursor.after(IndexEntry<V,String> element) |
void |
EmptyIndexCursor.before(IndexEntry<K,String> element) |
void |
AbstractIndexCursor.before(IndexEntry<V,String> element) |
void |
IndexEntry.copy(IndexEntry<K,ID> entry) |
Constructor and Description |
---|
SingletonIndexCursor(IndexEntry<V,String> singleton) |
Modifier and Type | Method and Description |
---|---|
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
AvlIndex.forwardCursor() |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
AvlIndex.forwardCursor(K key) |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
AvlIndex.reverseCursor() |
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>> |
AvlIndex.reverseCursor(String id) |
Modifier and Type | Method and Description |
---|---|
org.apache.directory.api.ldap.model.cursor.SetCursor<IndexEntry<String,String>> |
PartitionSearchResult.getResultSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
Evaluator.evaluate(IndexEntry<?,String> entry)
Evaluates a candidate to determine if a filter expression selects it.
|
Modifier and Type | Method and Description |
---|---|
void |
PartitionSearchResult.setResultSet(Set<IndexEntry<String,String>> set) |
Modifier and Type | Method and Description |
---|---|
IndexEntry<V,String> |
ApproximateCursor.get() |
IndexEntry<V,String> |
LessEqCursor.get() |
IndexEntry<String,String> |
AllEntriesCursor.get() |
IndexEntry<String,String> |
ChildrenCursor.get() |
IndexEntry<String,String> |
SubstringCursor.get() |
IndexEntry<String,String> |
PresenceCursor.get() |
IndexEntry<V,String> |
GreaterEqCursor.get() |
IndexEntry<V,String> |
AndCursor.get() |
IndexEntry<V,String> |
OrCursor.get() |
IndexEntry<V,String> |
EqualityCursor.get() |
IndexEntry<String,String> |
DescendantCursor.get() |
IndexEntry<V,String> |
NotCursor.get() |
Modifier and Type | Method and Description |
---|---|
void |
AllEntriesCursor.after(IndexEntry<String,String> indexEntry) |
void |
PresenceCursor.after(IndexEntry<String,String> element) |
void |
ApproximateCursor.after(IndexEntry<V,String> element) |
void |
LessEqCursor.after(IndexEntry<V,String> element) |
void |
GreaterEqCursor.after(IndexEntry<V,String> element) |
void |
EqualityCursor.after(IndexEntry<V,String> element) |
void |
AllEntriesCursor.before(IndexEntry<String,String> indexEntry) |
void |
PresenceCursor.before(IndexEntry<String,String> element) |
void |
ApproximateCursor.before(IndexEntry<V,String> element) |
void |
LessEqCursor.before(IndexEntry<V,String> element) |
void |
GreaterEqCursor.before(IndexEntry<V,String> element) |
void |
EqualityCursor.before(IndexEntry<V,String> element) |
Constructor and Description |
---|
AndCursor(org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<V,String>> wrapped,
List<Evaluator<? extends org.apache.directory.api.ldap.model.filter.ExprNode>> evaluators)
Creates an instance of a AndCursor.
|
ChildrenCursor(Store db,
String parentId,
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,String>> cursor)
Creates a Cursor over entries satisfying one level scope criteria.
|
DescendantCursor(Store db,
String baseId,
String parentId,
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,String>> cursor)
Creates a Cursor over entries satisfying one level scope criteria.
|
DescendantCursor(Store db,
String baseId,
String parentId,
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,String>> cursor,
boolean topLevel)
Creates a Cursor over entries satisfying one level scope criteria.
|
OrCursor(List<org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<V,String>>> cursors,
List<Evaluator<? extends org.apache.directory.api.ldap.model.filter.ExprNode>> evaluators) |
Modifier and Type | Method and Description |
---|---|
boolean |
ApproximateEvaluator.evaluate(IndexEntry<?,String> indexEntry)
Evaluates a candidate to determine if a filter expression selects it.
|
boolean |
EmptyEvaluator.evaluate(IndexEntry<?,String> indexEntry)
Evaluates a candidate to determine if a filter expression selects it.
|
boolean |
LessEqEvaluator.evaluate(IndexEntry<?,String> indexEntry) |
boolean |
AndEvaluator.evaluate(IndexEntry<?,String> indexEntry)
Evaluates a candidate to determine if a filter expression selects it.
|
boolean |
EqualityEvaluator.evaluate(IndexEntry<?,String> indexEntry) |
boolean |
BaseLevelScopeEvaluator.evaluate(IndexEntry<?,String> indexEntry)
Asserts whether or not a candidate has one level scope while taking
alias dereferencing into account.
|
boolean |
PresenceEvaluator.evaluate(IndexEntry<?,String> indexEntry) |
boolean |
SubstringEvaluator.evaluate(IndexEntry<?,String> indexEntryQM) |
boolean |
OrEvaluator.evaluate(IndexEntry<?,String> indexEntry) |
boolean |
OneLevelScopeEvaluator.evaluate(IndexEntry<?,String> indexEntry)
Asserts whether or not a candidate has one level scope while taking
alias dereferencing into account.
|
boolean |
GreaterEqEvaluator.evaluate(IndexEntry<?,String> indexEntry) |
boolean |
PassThroughEvaluator.evaluate(IndexEntry<?,String> indexEntry)
Evaluates a candidate to determine if a filter expression selects it.
|
boolean |
NotEvaluator.evaluate(IndexEntry<?,String> indexEntry) |
boolean |
SubtreeScopeEvaluator.evaluate(IndexEntry<?,String> indexEntry)
Asserts whether or not a candidate has sub level scope while taking
alias dereferencing into account.
|
Copyright © 2016. All rights reserved.