public interface EntryFilteringCursor extends org.apache.directory.shared.ldap.cursor.Cursor<ClonedServerEntry>
Modifier and Type | Method and Description |
---|---|
boolean |
addEntryFilter(EntryFilter filter)
Adds an entry filter to this BaseEntryFilteringCursor at the very end of
the filter list.
|
List<EntryFilter> |
getEntryFilters()
Gets an unmodifiable list of EntryFilters applied.
|
SearchingOperationContext |
getOperationContext() |
boolean |
isAbandoned()
Gets whether or not this BaseEntryFilteringCursor has been abandoned.
|
boolean |
removeEntryFilter(EntryFilter filter)
Removes an entry filter to this BaseEntryFilteringCursor at the very end of
the filter list.
|
void |
setAbandoned(boolean abandoned)
Sets whether this BaseEntryFilteringCursor has been abandoned.
|
boolean isAbandoned()
void setAbandoned(boolean abandoned)
abandoned
- true if abandoned, false if notboolean addEntryFilter(EntryFilter filter)
filter
- a filter to apply to the entriesList.add(Object)
boolean removeEntryFilter(EntryFilter filter)
filter
- a filter to remove from the filter listList.remove(Object)
List<EntryFilter> getEntryFilters()
SearchingOperationContext getOperationContext()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.