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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java52 private boolean countMatchingEntries = false; field in class:LDAPSearchOptions
232 public boolean countMatchingEntries() method in class:LDAPSearchOptions
234 return countMatchingEntries;
242 * @param countMatchingEntries Specifies whether to report the number of
245 public void setCountMatchingEntries(boolean countMatchingEntries) argument
247 this.countMatchingEntries = countMatchingEntries;
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java51 private boolean countMatchingEntries = false; field in class:LDAPSearchOptions
231 public boolean countMatchingEntries() method in class:LDAPSearchOptions
233 return countMatchingEntries;
241 * @param countMatchingEntries Specifies whether to report the number of
244 public void setCountMatchingEntries(boolean countMatchingEntries) argument
246 this.countMatchingEntries = countMatchingEntries;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java52 private boolean countMatchingEntries = false; field in class:LDAPSearchOptions
232 public boolean countMatchingEntries() method in class:LDAPSearchOptions
234 return countMatchingEntries;
242 * @param countMatchingEntries Specifies whether to report the number of
245 public void setCountMatchingEntries(boolean countMatchingEntries) argument
247 this.countMatchingEntries = countMatchingEntries;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java52 private boolean countMatchingEntries = false; field in class:LDAPSearchOptions
232 public boolean countMatchingEntries() method in class:LDAPSearchOptions
234 return countMatchingEntries;
242 * @param countMatchingEntries Specifies whether to report the number of
245 public void setCountMatchingEntries(boolean countMatchingEntries) argument
247 this.countMatchingEntries = countMatchingEntries;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java51 private boolean countMatchingEntries = false; field in class:LDAPSearchOptions
231 public boolean countMatchingEntries() method in class:LDAPSearchOptions
233 return countMatchingEntries;
241 * @param countMatchingEntries Specifies whether to report the number of
244 public void setCountMatchingEntries(boolean countMatchingEntries) argument
246 this.countMatchingEntries = countMatchingEntries;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPSearchOptions.java54 private boolean countMatchingEntries; field in class:LDAPSearchOptions
230 public boolean countMatchingEntries() method in class:LDAPSearchOptions
232 return countMatchingEntries;
240 * @param countMatchingEntries Specifies whether to report the number of
243 public void setCountMatchingEntries(boolean countMatchingEntries) argument
245 this.countMatchingEntries = countMatchingEntries;

Completed in 55 milliseconds