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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubEntry.java152 private boolean isInheritedCollective = false; field in class:SubEntry
258 this.isInheritedCollective =
260 if (this.isInheritedCollective)
300 if (this.isInheritedCollective)
397 if (this.isCollective || this.isInheritedCollective)
459 public boolean isInheritedCollective() method in class:SubEntry
461 return this.isInheritedCollective;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubEntry.java151 private boolean isInheritedCollective = false; field in class:SubEntry
257 this.isInheritedCollective =
259 if (this.isInheritedCollective)
299 if (this.isInheritedCollective)
396 if (this.isCollective || this.isInheritedCollective)
458 public boolean isInheritedCollective() method in class:SubEntry
460 return this.isInheritedCollective;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubEntry.java152 private boolean isInheritedCollective = false; field in class:SubEntry
258 this.isInheritedCollective =
260 if (this.isInheritedCollective)
300 if (this.isInheritedCollective)
397 if (this.isCollective || this.isInheritedCollective)
459 public boolean isInheritedCollective() method in class:SubEntry
461 return this.isInheritedCollective;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubEntry.java152 private boolean isInheritedCollective = false; field in class:SubEntry
258 this.isInheritedCollective =
260 if (this.isInheritedCollective)
300 if (this.isInheritedCollective)
397 if (this.isCollective || this.isInheritedCollective)
459 public boolean isInheritedCollective() method in class:SubEntry
461 return this.isInheritedCollective;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubEntry.java151 private boolean isInheritedCollective = false; field in class:SubEntry
257 this.isInheritedCollective =
259 if (this.isInheritedCollective)
299 if (this.isInheritedCollective)
396 if (this.isCollective || this.isInheritedCollective)
458 public boolean isInheritedCollective() method in class:SubEntry
460 return this.isInheritedCollective;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubEntry.java150 private boolean isInheritedCollective; field in class:SubEntry
248 this.isInheritedCollective =
250 if (this.isInheritedCollective)
287 if (this.isInheritedCollective)
368 if (this.isCollective || this.isInheritedCollective)
430 public boolean isInheritedCollective() method in class:SubEntry
432 return this.isInheritedCollective;

Completed in 145 milliseconds