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

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java155 private AttributeType ditStructureRulesType; field in class:SchemaBackend
277 ditStructureRulesType =
463 Schema.compareConcatenatedSchema(oldDSRs, newDSRs, ditStructureRulesType,
845 addAttributeIfValuesExist(ditStructureRulesType, ATTR_DIT_STRUCTURE_RULES,
1128 else if (at.equals(ditStructureRulesType))
1332 else if (at.equals(ditStructureRulesType))
2915 !a.getAttributeType().equals(ditStructureRulesType))
3501 AttributeBuilder builder = new AttributeBuilder(ditStructureRulesType);
3504 schemaEntry.putAttribute(ditStructureRulesType, attrList);
3701 values.add(AttributeValues.create(ditStructureRulesType,
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java150 private AttributeType ditStructureRulesType; field in class:SchemaBackend
265 ditStructureRulesType =
461 Schema.compareConcatenatedSchema(oldDSRs, newDSRs, ditStructureRulesType,
919 builder = new AttributeBuilder(ditStructureRulesType,
925 if (ditStructureRulesType.isOperational())
927 operationalAttrs.put(ditStructureRulesType, attrList);
931 userAttrs.put(ditStructureRulesType, attrList);
1234 else if (at.equals(ditStructureRulesType))
1438 else if (at.equals(ditStructureRulesType))
3041 (! a.getAttributeType().equals(ditStructureRulesType)))
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java150 private AttributeType ditStructureRulesType; field in class:SchemaBackend
265 ditStructureRulesType =
461 Schema.compareConcatenatedSchema(oldDSRs, newDSRs, ditStructureRulesType,
919 builder = new AttributeBuilder(ditStructureRulesType,
925 if (ditStructureRulesType.isOperational())
927 operationalAttrs.put(ditStructureRulesType, attrList);
931 userAttrs.put(ditStructureRulesType, attrList);
1234 else if (at.equals(ditStructureRulesType))
1438 else if (at.equals(ditStructureRulesType))
3041 (! a.getAttributeType().equals(ditStructureRulesType)))
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java155 private AttributeType ditStructureRulesType; field in class:SchemaBackend
277 ditStructureRulesType =
463 Schema.compareConcatenatedSchema(oldDSRs, newDSRs, ditStructureRulesType,
845 addAttributeIfValuesExist(ditStructureRulesType, ATTR_DIT_STRUCTURE_RULES,
1128 else if (at.equals(ditStructureRulesType))
1332 else if (at.equals(ditStructureRulesType))
2915 !a.getAttributeType().equals(ditStructureRulesType))
3501 AttributeBuilder builder = new AttributeBuilder(ditStructureRulesType);
3504 schemaEntry.putAttribute(ditStructureRulesType, attrList);
3701 values.add(AttributeValues.create(ditStructureRulesType,
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java154 private AttributeType ditStructureRulesType; field in class:SchemaBackend
269 ditStructureRulesType =
464 Schema.compareConcatenatedSchema(oldDSRs, newDSRs, ditStructureRulesType,
919 builder = new AttributeBuilder(ditStructureRulesType,
925 if (ditStructureRulesType.isOperational())
927 operationalAttrs.put(ditStructureRulesType, attrList);
931 userAttrs.put(ditStructureRulesType, attrList);
1233 else if (at.equals(ditStructureRulesType))
1437 else if (at.equals(ditStructureRulesType))
3033 (! a.getAttributeType().equals(ditStructureRulesType)))
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java137 private AttributeType ditStructureRulesType; field in class:SchemaBackend
226 ditStructureRulesType = getAttributeTypeOrDefault(ATTR_DIT_STRUCTURE_RULES_LC);
383 Schema.compareConcatenatedSchema(oldDSRs, newDSRs, ditStructureRulesType, mods);
594 operationalAttrs, ditStructureRulesType, includeSchemaFile, false, true);
862 else if (at.equals(ditStructureRulesType))
1036 else if (at.equals(ditStructureRulesType))
2471 !a.getAttributeType().equals(ditStructureRulesType))
2986 AttributeBuilder builder = new AttributeBuilder(ditStructureRulesType);
2988 schemaEntry.putAttribute(ditStructureRulesType, newArrayList(builder.toAttribute()));

Completed in 67 milliseconds