mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
22.47.2007 4738da898c0e9289f0b1171d7f3023c6c834d82e
opendj-sdk/opends/src/server/org/opends/server/api/Backend.java
@@ -433,13 +433,19 @@
   *
   * @param entryDN The distinguished name of the entry.
   *
   * @param subtree <code>true</code> to include all entries from the
   *                      requested entry to the lowest level in the
   *                      tree or <code>false</code> to only include
   *                      the entries immediately below the requested
   *                      entry.
   *
   * @return The number of subordinate entries for the requested entry
   *         or -1 if it can not be determined.
   *
   * @throws DirectoryException  If a problem occurs while trying to
   *                              retrieve the entry.
   */
  public abstract long numSubordinates(DN entryDN)
  public abstract long numSubordinates(DN entryDN, boolean subtree)
      throws DirectoryException;