Uses of Class
org.apache.directory.server.xdbm.AbstractIndexCursor

Packages that use AbstractIndexCursor
org.apache.directory.server.xdbm   
org.apache.directory.server.xdbm.search.impl   
 

Uses of AbstractIndexCursor in org.apache.directory.server.xdbm
 

Subclasses of AbstractIndexCursor in org.apache.directory.server.xdbm
 class EmptyIndexCursor<K,E>
          An empty Cursor implementation.
 class SingletonIndexCursor<K,E>
          A Cursor over a single element.
 

Uses of AbstractIndexCursor in org.apache.directory.server.xdbm.search.impl
 

Subclasses of AbstractIndexCursor in org.apache.directory.server.xdbm.search.impl
 class AllEntriesCursor
          A Cursor over all entries in a partition which returns IndexEntries.
 class AndCursor<V>
          A Cursor returning candidates satisfying a logical conjunction expression.
 class ApproximateCursor<V>
          A Cursor over entry candidates matching an approximate assertion filter.
 class EqualityCursor<V>
          A Cursor over entry candidates matching an equality assertion filter.
 class GreaterEqCursor<V>
          A Cursor over entry candidates matching a GreaterEq assertion filter.
 class LessEqCursor<V>
          A Cursor over entry candidates matching a LessEq assertion filter.
 class NotCursor<V>
          A Cursor returning candidates satisfying a logical negation expression.
 class OneLevelScopeCursor
          A Cursor over entries satisfying one level scope constraints with alias dereferencing considerations when enabled during search.
 class OrCursor<V>
          A Cursor returning candidates satisfying a logical disjunction expression.
 class PresenceCursor
          A returning candidates satisfying an attribute presence expression.
 class SubstringCursor
          A Cursor traversing candidates matching a Substring assertion expression.
 class SubtreeScopeCursor
          A Cursor over entries satisfying scope constraints with alias dereferencing considerations.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.