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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubtreeSpecification.java1463 public int getMaximumDepth() method in class:SubtreeSpecification
1745 if (getMaximumDepth() >= 0)
1756 builder.append(getMaximumDepth());
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubtreeSpecification.java1462 public int getMaximumDepth() method in class:SubtreeSpecification
1744 if (getMaximumDepth() >= 0)
1755 builder.append(getMaximumDepth());
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubtreeSpecification.java1463 public int getMaximumDepth() method in class:SubtreeSpecification
1745 if (getMaximumDepth() >= 0)
1756 builder.append(getMaximumDepth());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubtreeSpecification.java1463 public int getMaximumDepth() method in class:SubtreeSpecification
1745 if (getMaximumDepth() >= 0)
1756 builder.append(getMaximumDepth());
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubtreeSpecification.java1462 public int getMaximumDepth() method in class:SubtreeSpecification
1744 if (getMaximumDepth() >= 0)
1755 builder.append(getMaximumDepth());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubtreeSpecification.java1367 public int getMaximumDepth() method in class:SubtreeSpecification
1634 if (getMaximumDepth() >= 0)
1645 builder.append(getMaximumDepth());

Completed in 44 milliseconds