public class DescendantCursor extends AbstractIndexCursor<String>
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
INNER |
protected static boolean |
TOP_LEVEL |
partitionTxn| Constructor and Description |
|---|
DescendantCursor(org.apache.directory.server.core.api.partition.PartitionTxn partitionTxn,
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(org.apache.directory.server.core.api.partition.PartitionTxn partitionTxn,
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterLast() |
void |
beforeFirst() |
void |
close() |
void |
close(Exception cause) |
boolean |
first() |
IndexEntry<String,String> |
get() |
protected String |
getUnsupportedMessage()
Gets the message to return for operations that are not supported
|
boolean |
last() |
boolean |
next() |
boolean |
previous() |
String |
toString() |
String |
toString(String tabs) |
after, available, before, setAvailablecheckNotClosed, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, iterator, setClosureMonitorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected static final boolean TOP_LEVEL
protected static final boolean INNER
public DescendantCursor(org.apache.directory.server.core.api.partition.PartitionTxn partitionTxn, Store db, String baseId, String parentId, org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,String>> cursor)
partitionTxn - The transaction to usedb - the entry storebaseId - The base IDparentId - The parent IDcursor - The wrapped cursorpublic DescendantCursor(org.apache.directory.server.core.api.partition.PartitionTxn partitionTxn, Store db, String baseId, String parentId, org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,String>> cursor, boolean topLevel)
partitionTxn - The transaction to usedb - the entry storebaseId - The base IDparentId - The parent IDcursor - The wrapped cursortopLevel - If we are at the top levelprotected String getUnsupportedMessage()
getUnsupportedMessage in class AbstractIndexCursor<String>public void beforeFirst() throws org.apache.directory.api.ldap.model.exception.LdapException, org.apache.directory.api.ldap.model.cursor.CursorException
org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.cursor.CursorExceptionpublic void afterLast() throws org.apache.directory.api.ldap.model.exception.LdapException, org.apache.directory.api.ldap.model.cursor.CursorException
org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.cursor.CursorExceptionpublic boolean first() throws org.apache.directory.api.ldap.model.exception.LdapException, org.apache.directory.api.ldap.model.cursor.CursorException
org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.cursor.CursorExceptionpublic boolean last() throws org.apache.directory.api.ldap.model.exception.LdapException, org.apache.directory.api.ldap.model.cursor.CursorException
org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.cursor.CursorExceptionpublic boolean previous() throws org.apache.directory.api.ldap.model.exception.LdapException, org.apache.directory.api.ldap.model.cursor.CursorException
previous in interface org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<String,String>>previous in class AbstractIndexCursor<String>org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.cursor.CursorExceptionpublic boolean next() throws org.apache.directory.api.ldap.model.exception.LdapException, org.apache.directory.api.ldap.model.cursor.CursorException
next in interface org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<String,String>>next in class AbstractIndexCursor<String>org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.cursor.CursorExceptionpublic IndexEntry<String,String> get() throws org.apache.directory.api.ldap.model.cursor.CursorException
org.apache.directory.api.ldap.model.cursor.CursorExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.directory.api.ldap.model.cursor.AbstractCursor<IndexEntry<String,String>>IOExceptionpublic void close(Exception cause) throws IOException
close in interface org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<String,String>>close in class org.apache.directory.api.ldap.model.cursor.AbstractCursor<IndexEntry<String,String>>IOExceptionpublic String toString(String tabs)
toString in interface org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<String,String>>toString in class org.apache.directory.api.ldap.model.cursor.AbstractCursor<IndexEntry<String,String>>Object.toString()public String toString()
toString in class ObjectObject.toString()Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.