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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java109 subordinateTypes; field in class:Schema
274 subordinateTypes =
514 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
520 subordinateTypes.put(superiorType, subTypes);
550 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
581 subordinateTypes.get(attributeType);
3327 dupSchema.subordinateTypes.putAll(subordinateTypes);
3960 if (subordinateTypes != null)
3962 subordinateTypes
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java107 subordinateTypes; field in class:Schema
290 subordinateTypes =
530 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
536 subordinateTypes.put(superiorType, subTypes);
566 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
597 subordinateTypes.get(attributeType);
3343 dupSchema.subordinateTypes.putAll(subordinateTypes);
3972 if (subordinateTypes != null)
3974 subordinateTypes
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java110 subordinateTypes; field in class:Schema
275 subordinateTypes =
515 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
521 subordinateTypes.put(superiorType, subTypes);
551 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
582 subordinateTypes.get(attributeType);
3328 dupSchema.subordinateTypes.putAll(subordinateTypes);
3962 if (subordinateTypes != null)
3964 subordinateTypes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java109 subordinateTypes; field in class:Schema
274 subordinateTypes =
514 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
520 subordinateTypes.put(superiorType, subTypes);
550 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
581 subordinateTypes.get(attributeType);
3327 dupSchema.subordinateTypes.putAll(subordinateTypes);
3960 if (subordinateTypes != null)
3962 subordinateTypes
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java107 subordinateTypes; field in class:Schema
290 subordinateTypes =
530 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
536 subordinateTypes.put(superiorType, subTypes);
566 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
597 subordinateTypes.get(attributeType);
3343 dupSchema.subordinateTypes.putAll(subordinateTypes);
3972 if (subordinateTypes != null)
3974 subordinateTypes
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java95 subordinateTypes; field in class:Schema
205 subordinateTypes = new ConcurrentHashMap<>();
384 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
388 subordinateTypes.put(superiorType, newLinkedList(attributeType));
418 List<AttributeType> subTypes = subordinateTypes.get(superiorType);
444 List<AttributeType> subTypes = subordinateTypes.get(attributeType);
2028 dupSchema.subordinateTypes.putAll(subordinateTypes);
2573 if (subordinateTypes != null)
2575 subordinateTypes
[all...]

Completed in 58 milliseconds