Searched defs:newIDSetFromCursor (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryContainer.java979 scopeSet = newIDSetFromCursor(scopeCursor, false, idSetLimit);
986 scopeSet = newIDSetFromCursor(scopeCursor, searchScope.equals(SearchScope.WHOLE_SUBTREE), idSetLimit);
1009 private static EntryIDSet newIDSetFromCursor(SequentialCursor<?, EntryID> cursor, boolean includeCurrent, method in class:EntryContainer

Completed in 33 milliseconds