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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java368 SearchScope pSearchScope, ConnectionFactory factory, String... attributeNames) {
369 super(retryInterval, pSearchBaseDN, pSearchFilter, pSearchScope, factory, attributeNames);
367 EventServicePersistentSearch(int retryInterval, DN pSearchBaseDN, Filter pSearchFilter, SearchScope pSearchScope, ConnectionFactory factory, String... attributeNames) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java395 SearchScope pSearchScope, ConnectionFactory factory, String... attributeNames) {
396 super(retryInterval, pSearchBaseDN, pSearchFilter, pSearchScope,
394 EventServicePersistentSearch(int retryInterval, DN pSearchBaseDN, Filter pSearchFilter, SearchScope pSearchScope, ConnectionFactory factory, String... attributeNames) argument

Completed in 30 milliseconds