Searched defs:ditStructureRuleSet (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java209 private LinkedHashSet<AttributeValue> ditStructureRuleSet; field in class:Schema
281 ditStructureRuleSet = new LinkedHashSet<AttributeValue>();
2526 return ditStructureRuleSet;
2700 ditStructureRuleSet.add(AttributeValues.create(rawValue,
2734 ditStructureRuleSet.remove(AttributeValues.create(rawValue,
2743 ditStructureRuleSet.remove(AttributeValues.create(rawValue,
3348 dupSchema.ditStructureRuleSet.addAll(ditStructureRuleSet);
3888 if (ditStructureRuleSet != null)
3890 ditStructureRuleSet
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java226 private Set<AttributeValue> ditStructureRuleSet; field in class:Schema
297 ditStructureRuleSet = new LinkedHashSet<AttributeValue>();
2542 return ditStructureRuleSet;
2716 ditStructureRuleSet.add(AttributeValues.create(rawValue,
2750 ditStructureRuleSet.remove(AttributeValues.create(rawValue,
2759 ditStructureRuleSet.remove(AttributeValues.create(rawValue,
3364 dupSchema.ditStructureRuleSet.addAll(ditStructureRuleSet);
3900 if (ditStructureRuleSet != null)
3902 ditStructureRuleSet
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java210 private LinkedHashSet<AttributeValue> ditStructureRuleSet; field in class:Schema
282 ditStructureRuleSet = new LinkedHashSet<AttributeValue>();
2527 return ditStructureRuleSet;
2701 ditStructureRuleSet.add(AttributeValues.create(rawValue,
2735 ditStructureRuleSet.remove(AttributeValues.create(rawValue,
2744 ditStructureRuleSet.remove(AttributeValues.create(rawValue,
3349 dupSchema.ditStructureRuleSet.addAll(ditStructureRuleSet);
3890 if (ditStructureRuleSet != null)
3892 ditStructureRuleSet
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java209 private LinkedHashSet<AttributeValue> ditStructureRuleSet; field in class:Schema
281 ditStructureRuleSet = new LinkedHashSet<AttributeValue>();
2526 return ditStructureRuleSet;
2700 ditStructureRuleSet.add(AttributeValues.create(rawValue,
2734 ditStructureRuleSet.remove(AttributeValues.create(rawValue,
2743 ditStructureRuleSet.remove(AttributeValues.create(rawValue,
3348 dupSchema.ditStructureRuleSet.addAll(ditStructureRuleSet);
3888 if (ditStructureRuleSet != null)
3890 ditStructureRuleSet
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java226 private Set<AttributeValue> ditStructureRuleSet; field in class:Schema
297 ditStructureRuleSet = new LinkedHashSet<AttributeValue>();
2542 return ditStructureRuleSet;
2716 ditStructureRuleSet.add(AttributeValues.create(rawValue,
2750 ditStructureRuleSet.remove(AttributeValues.create(rawValue,
2759 ditStructureRuleSet.remove(AttributeValues.create(rawValue,
3364 dupSchema.ditStructureRuleSet.addAll(ditStructureRuleSet);
3900 if (ditStructureRuleSet != null)
3902 ditStructureRuleSet
[all...]

Completed in 65 milliseconds