|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryFilteringCursor
TODO Add Javadoc !
Method Summary | |
---|---|
boolean |
addEntryFilter(EntryFilter filter)
Adds an entry filter to this BaseEntryFilteringCursor at the very end of the filter list. |
java.util.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. |
Methods inherited from interface org.apache.directory.shared.ldap.cursor.Cursor |
---|
after, afterLast, available, before, beforeFirst, close, close, first, get, isClosed, isElementReused, last, next, previous, setClosureMonitor |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
boolean isAbandoned()
void setAbandoned(boolean abandoned)
abandoned
- true if abandoned, false if notboolean addEntryFilter(EntryFilter filter)
filter
- a filter to apply to the entries
List.add(Object)
boolean removeEntryFilter(EntryFilter filter)
filter
- a filter to remove from the filter list
List.remove(Object)
java.util.List<EntryFilter> getEntryFilters()
SearchingOperationContext getOperationContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |