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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java946 boolean candidatesAreInScope = false;
961 candidatesAreInScope = true;
1039 candidatesAreInScope = true;
1111 searchIndexed(entryIDList, candidatesAreInScope, searchOperation,
1429 * @param candidatesAreInScope true if it is certain that every candidate
1437 boolean candidatesAreInScope,
1528 if (candidatesAreInScope)
1436 searchIndexed(EntryIDSet entryIDList, boolean candidatesAreInScope, SearchOperation searchOperation, PagedResultsControl pageRequest) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java948 boolean candidatesAreInScope = false;
963 candidatesAreInScope = true;
1041 candidatesAreInScope = true;
1113 searchIndexed(entryIDList, candidatesAreInScope, searchOperation,
1431 * @param candidatesAreInScope true if it is certain that every candidate
1439 boolean candidatesAreInScope,
1530 if (candidatesAreInScope)
1438 searchIndexed(EntryIDSet entryIDList, boolean candidatesAreInScope, SearchOperation searchOperation, PagedResultsControl pageRequest) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java948 boolean candidatesAreInScope = false;
963 candidatesAreInScope = true;
1041 candidatesAreInScope = true;
1113 searchIndexed(entryIDList, candidatesAreInScope, searchOperation,
1431 * @param candidatesAreInScope true if it is certain that every candidate
1439 boolean candidatesAreInScope,
1530 if (candidatesAreInScope)
1438 searchIndexed(EntryIDSet entryIDList, boolean candidatesAreInScope, SearchOperation searchOperation, PagedResultsControl pageRequest) argument
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java946 boolean candidatesAreInScope = false;
961 candidatesAreInScope = true;
1039 candidatesAreInScope = true;
1111 searchIndexed(entryIDList, candidatesAreInScope, searchOperation,
1429 * @param candidatesAreInScope true if it is certain that every candidate
1437 boolean candidatesAreInScope,
1528 if (candidatesAreInScope)
1436 searchIndexed(EntryIDSet entryIDList, boolean candidatesAreInScope, SearchOperation searchOperation, PagedResultsControl pageRequest) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java948 boolean candidatesAreInScope = false;
963 candidatesAreInScope = true;
1041 candidatesAreInScope = true;
1113 searchIndexed(entryIDList, candidatesAreInScope, searchOperation,
1431 * @param candidatesAreInScope true if it is certain that every candidate
1439 boolean candidatesAreInScope,
1530 if (candidatesAreInScope)
1438 searchIndexed(EntryIDSet entryIDList, boolean candidatesAreInScope, SearchOperation searchOperation, PagedResultsControl pageRequest) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryContainer.java784 boolean candidatesAreInScope = false;
795 candidatesAreInScope = true;
841 candidatesAreInScope = true;
908 searchIndexed(txn, entryIDReorderedSet, candidatesAreInScope, searchOperation, pageRequest);
1297 * @param candidatesAreInScope
1306 private void searchIndexed(ReadableTransaction txn, long[] entryIDReorderedSet, boolean candidatesAreInScope, argument
1367 && isInScope(candidatesAreInScope, searchScope, aBaseDN, entry)
1432 private boolean isInScope(boolean candidatesAreInScope, SearchScope searchScope, DN aBaseDN, Entry entry) argument
1436 if (candidatesAreInScope)

Completed in 57 milliseconds