Searched refs:isInheritedFromDNCollective (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubEntry.java155 private boolean isInheritedFromDNCollective = false; field in class:SubEntry
262 this.isInheritedFromDNCollective =
302 if (this.isInheritedFromDNCollective)
472 public boolean isInheritedFromDNCollective() method in class:SubEntry
474 return this.isInheritedFromDNCollective;
H A DEntry.java3676 if (subEntry.isInheritedFromDNCollective() &&
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubEntry.java154 private boolean isInheritedFromDNCollective = false; field in class:SubEntry
261 this.isInheritedFromDNCollective =
301 if (this.isInheritedFromDNCollective)
471 public boolean isInheritedFromDNCollective() method in class:SubEntry
473 return this.isInheritedFromDNCollective;
H A DEntry.java3250 if (subEntry.isInheritedFromDNCollective() &&
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubEntry.java155 private boolean isInheritedFromDNCollective = false; field in class:SubEntry
262 this.isInheritedFromDNCollective =
302 if (this.isInheritedFromDNCollective)
472 public boolean isInheritedFromDNCollective() method in class:SubEntry
474 return this.isInheritedFromDNCollective;
H A DEntry.java3676 if (subEntry.isInheritedFromDNCollective() &&
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubEntry.java155 private boolean isInheritedFromDNCollective = false; field in class:SubEntry
262 this.isInheritedFromDNCollective =
302 if (this.isInheritedFromDNCollective)
472 public boolean isInheritedFromDNCollective() method in class:SubEntry
474 return this.isInheritedFromDNCollective;
H A DEntry.java3582 if (subEntry.isInheritedFromDNCollective() &&
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubEntry.java154 private boolean isInheritedFromDNCollective = false; field in class:SubEntry
261 this.isInheritedFromDNCollective =
301 if (this.isInheritedFromDNCollective)
471 public boolean isInheritedFromDNCollective() method in class:SubEntry
473 return this.isInheritedFromDNCollective;
H A DEntry.java3250 if (subEntry.isInheritedFromDNCollective() &&
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubEntry.java152 private boolean isInheritedFromDNCollective; field in class:SubEntry
252 this.isInheritedFromDNCollective =
289 if (this.isInheritedFromDNCollective)
443 public boolean isInheritedFromDNCollective() method in class:SubEntry
445 return this.isInheritedFromDNCollective;
H A DEntry.java3002 if (subEntry.isInheritedFromDNCollective() &&

Completed in 531 milliseconds