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

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DChangelogBackend.java1550 private static boolean sendEntryIfMatches(SearchOperation searchOp, Entry entry, String cookie) method in class:ChangelogBackend
1795 return sendEntryIfMatches(searchOp, entry, null);
1802 sendEntryIfMatches(searchOp, entry, null);
1862 return sendEntryIfMatches(searchOp, entry, cookieString);
1877 sendEntryIfMatches(searchOp, cookieEntry, cookieString);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DChangelogBackend.java1550 private static boolean sendEntryIfMatches(SearchOperation searchOp, Entry entry, String cookie) method in class:ChangelogBackend
1795 return sendEntryIfMatches(searchOp, entry, null);
1802 sendEntryIfMatches(searchOp, entry, null);
1862 return sendEntryIfMatches(searchOp, entry, cookieString);
1877 sendEntryIfMatches(searchOp, cookieEntry, cookieString);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DChangelogBackend.java1403 private static boolean sendEntryIfMatches(SearchOperation searchOp, Entry entry, String cookie) method in class:ChangelogBackend
1662 return sendEntryIfMatches(searchOp, entry, null);
1669 sendEntryIfMatches(searchOp, entry, null);
1728 return sendEntryIfMatches(searchOp, entry, cookieString);
1743 sendEntryIfMatches(searchOp, cookieEntry, cookieString);

Completed in 90 milliseconds