Searched refs:dcr (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDITContentRule.java457 DITContentRule dcr = (DITContentRule) o;
458 if (!structuralClass.equals(dcr.structuralClass))
463 if (names.size() != dcr.names.size())
471 if (! dcr.names.containsKey(iterator.next()))
H A DSchema.java1859 for (DITContentRule dcr : ditContentRules.values())
1861 if (dcr.getRequiredAttributes().contains(t) ||
1862 dcr.getOptionalAttributes().contains(t) ||
1863 dcr.getProhibitedAttributes().contains(t))
1865 DITContentRule newDCR = recreateFromDefinition(dcr);
1866 deregisterDITContentRule(dcr);
1868 rebuildDependentElements(dcr, depth+1);
1913 for (DITContentRule dcr : ditContentRules.values())
1915 if (dcr.getStructuralClass().equals(c) ||
1916 dcr
1967 recreateFromDefinition(DITContentRule dcr) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDITContentRule.java262 DITContentRule dcr =
265 dcr.setSchemaFile(getSchemaFile());
266 return dcr;
691 DITContentRule dcr = (DITContentRule) o;
692 if (! structuralClass.equals(dcr.structuralClass))
697 if (names.size() != dcr.names.size())
705 if (! dcr.names.containsKey(iterator.next()))
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDITContentRule.java261 DITContentRule dcr =
264 dcr.setSchemaFile(getSchemaFile());
265 return dcr;
690 DITContentRule dcr = (DITContentRule) o;
691 if (! structuralClass.equals(dcr.structuralClass))
696 if (names.size() != dcr.names.size())
704 if (! dcr.names.containsKey(iterator.next()))
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDITContentRule.java262 DITContentRule dcr =
265 dcr.setSchemaFile(getSchemaFile());
266 return dcr;
691 DITContentRule dcr = (DITContentRule) o;
692 if (! structuralClass.equals(dcr.structuralClass))
697 if (names.size() != dcr.names.size())
705 if (! dcr.names.containsKey(iterator.next()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDITContentRule.java262 DITContentRule dcr =
265 dcr.setSchemaFile(getSchemaFile());
266 return dcr;
691 DITContentRule dcr = (DITContentRule) o;
692 if (! structuralClass.equals(dcr.structuralClass))
697 if (names.size() != dcr.names.size())
705 if (! dcr.names.containsKey(iterator.next()))
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDITContentRule.java261 DITContentRule dcr =
264 dcr.setSchemaFile(getSchemaFile());
265 return dcr;
690 DITContentRule dcr = (DITContentRule) o;
691 if (! structuralClass.equals(dcr.structuralClass))
696 if (names.size() != dcr.names.size())
704 if (! dcr.names.containsKey(iterator.next()))
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DSchemaBackendTestCase.java2402 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
2403 assertNotNull(dcr);
2404 assertTrue(dcr.hasName("testaddditcontentrulesuccessful"));
2445 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
2446 assertNotNull(dcr);
2447 assertTrue(dcr.hasName("testreplaceditcontentrulesuccessful"));
2466 "MUST cn X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
2472 "X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
2479 "98-schema-test-dcr.ldif");
2487 DITContentRule dcr
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DSchemaConfigManager.java1175 DITContentRule dcr;
1178 dcr = DITContentRuleSyntax.decodeDITContentRule(
1180 dcr.getExtraProperties().remove(SCHEMA_PROPERTY_FILENAME);
1181 dcr.setSchemaFile(schemaFile);
1230 schema.registerDITContentRule(dcr, failOnError);
1245 schema.registerDITContentRule(dcr, true);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DSchemaConfigManager.java1183 DITContentRule dcr;
1186 dcr = DITContentRuleSyntax.decodeDITContentRule(
1188 dcr.getExtraProperties().remove(SCHEMA_PROPERTY_FILENAME);
1189 dcr.setSchemaFile(schemaFile);
1238 schema.registerDITContentRule(dcr, failOnError);
1253 schema.registerDITContentRule(dcr, true);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DSchemaConfigManager.java1175 DITContentRule dcr;
1178 dcr = DITContentRuleSyntax.decodeDITContentRule(
1180 dcr.getExtraProperties().remove(SCHEMA_PROPERTY_FILENAME);
1181 dcr.setSchemaFile(schemaFile);
1230 schema.registerDITContentRule(dcr, failOnError);
1245 schema.registerDITContentRule(dcr, true);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DSchemaConfigManager.java1094 DITContentRule dcr;
1097 dcr = DITContentRuleSyntax.decodeDITContentRule(
1099 dcr.getExtraProperties().remove(SCHEMA_PROPERTY_FILENAME);
1100 dcr.setSchemaFile(f.getName());
1143 schema.registerDITContentRule(dcr, failOnError);
1158 schema.registerDITContentRule(dcr, true);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DSchemaConfigManager.java1183 DITContentRule dcr;
1186 dcr = DITContentRuleSyntax.decodeDITContentRule(
1188 dcr.getExtraProperties().remove(SCHEMA_PROPERTY_FILENAME);
1189 dcr.setSchemaFile(schemaFile);
1238 schema.registerDITContentRule(dcr, failOnError);
1253 schema.registerDITContentRule(dcr, true);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSchemaConfigManager.java895 DITContentRule dcr;
898 dcr = DITContentRuleSyntax.decodeDITContentRule(v, schema, false);
899 dcr.getExtraProperties().remove(SCHEMA_PROPERTY_FILENAME);
900 setSchemaFile(dcr, schemaFile);
926 schema.registerDITContentRule(dcr, failOnError);
936 schema.registerDITContentRule(dcr, true);
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java1106 DITContentRule dcr;
1109 dcr = DITContentRuleSyntax.decodeDITContentRule(v.getValue(),
1125 addDITContentRule(dcr, newSchema, modifiedSchemaFiles);
1309 DITContentRule dcr;
1312 dcr = DITContentRuleSyntax.decodeDITContentRule(v.getValue(),
1328 removeDITContentRule(dcr, newSchema, mods, pos,
1836 for (DITContentRule dcr : schema.getDITContentRules().values())
1838 if (dcr.getRequiredAttributes().contains(removeType) ||
1839 dcr.getOptionalAttributes().contains(removeType) ||
1840 dcr
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java1212 DITContentRule dcr;
1215 dcr = DITContentRuleSyntax.decodeDITContentRule(v.getValue(),
1231 addDITContentRule(dcr, newSchema, modifiedSchemaFiles);
1415 DITContentRule dcr;
1418 dcr = DITContentRuleSyntax.decodeDITContentRule(v.getValue(),
1434 removeDITContentRule(dcr, newSchema, mods, pos,
1946 for (DITContentRule dcr : schema.getDITContentRules().values())
1948 if (dcr.getRequiredAttributes().contains(removeType) ||
1949 dcr.getOptionalAttributes().contains(removeType) ||
1950 dcr
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java1212 DITContentRule dcr;
1215 dcr = DITContentRuleSyntax.decodeDITContentRule(v.getValue(),
1231 addDITContentRule(dcr, newSchema, modifiedSchemaFiles);
1415 DITContentRule dcr;
1418 dcr = DITContentRuleSyntax.decodeDITContentRule(v.getValue(),
1434 removeDITContentRule(dcr, newSchema, mods, pos,
1946 for (DITContentRule dcr : schema.getDITContentRules().values())
1948 if (dcr.getRequiredAttributes().contains(removeType) ||
1949 dcr.getOptionalAttributes().contains(removeType) ||
1950 dcr
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java1106 DITContentRule dcr;
1109 dcr = DITContentRuleSyntax.decodeDITContentRule(v.getValue(),
1125 addDITContentRule(dcr, newSchema, modifiedSchemaFiles);
1309 DITContentRule dcr;
1312 dcr = DITContentRuleSyntax.decodeDITContentRule(v.getValue(),
1328 removeDITContentRule(dcr, newSchema, mods, pos,
1836 for (DITContentRule dcr : schema.getDITContentRules().values())
1838 if (dcr.getRequiredAttributes().contains(removeType) ||
1839 dcr.getOptionalAttributes().contains(removeType) ||
1840 dcr
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java1211 DITContentRule dcr;
1214 dcr = DITContentRuleSyntax.decodeDITContentRule(v.getValue(),
1230 addDITContentRule(dcr, newSchema, modifiedSchemaFiles);
1414 DITContentRule dcr;
1417 dcr = DITContentRuleSyntax.decodeDITContentRule(v.getValue(),
1433 removeDITContentRule(dcr, newSchema, mods, pos,
1942 for (DITContentRule dcr : schema.getDITContentRules().values())
1944 if (dcr.getRequiredAttributes().contains(removeType) ||
1945 dcr.getOptionalAttributes().contains(removeType) ||
1946 dcr
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java844 DITContentRule dcr;
847 dcr = DITContentRuleSyntax.decodeDITContentRule(v, newSchema, false);
859 addDITContentRule(dcr, newSchema, modifiedSchemaFiles);
1018 DITContentRule dcr;
1021 dcr = DITContentRuleSyntax.decodeDITContentRule(v, newSchema, false);
1033 removeDITContentRule(dcr, newSchema, modifiedSchemaFiles);
1521 for (DITContentRule dcr : schema.getDITContentRules().values())
1523 if (dcr.getRequiredAttributes().contains(removeType) ||
1524 dcr.getOptionalAttributes().contains(removeType) ||
1525 dcr
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DSchemaBackendTestCase.java3172 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
3173 assertNotNull(dcr);
3174 assertTrue(dcr.hasName("testaddditcontentrulesuccessful"));
3226 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
3227 assertNotNull(dcr);
3228 assertTrue(dcr.hasName("testreplaceditcontentrulesuccessful"));
3249 "MUST cn X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
3255 "X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
3271 "98-schema-test-dcr.ldif");
3279 DITContentRule dcr
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DSchemaBackendTestCase.java3136 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
3137 assertNotNull(dcr);
3138 assertTrue(dcr.hasName("testaddditcontentrulesuccessful"));
3190 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
3191 assertNotNull(dcr);
3192 assertTrue(dcr.hasName("testreplaceditcontentrulesuccessful"));
3213 "MUST cn X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
3219 "X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
3235 "98-schema-test-dcr.ldif");
3243 DITContentRule dcr
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DSchemaBackendTestCase.java3171 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
3172 assertNotNull(dcr);
3173 assertTrue(dcr.hasName("testaddditcontentrulesuccessful"));
3225 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
3226 assertNotNull(dcr);
3227 assertTrue(dcr.hasName("testreplaceditcontentrulesuccessful"));
3248 "MUST cn X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
3254 "X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
3270 "98-schema-test-dcr.ldif");
3278 DITContentRule dcr
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DSchemaBackendTestCase.java3136 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
3137 assertNotNull(dcr);
3138 assertTrue(dcr.hasName("testaddditcontentrulesuccessful"));
3190 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
3191 assertNotNull(dcr);
3192 assertTrue(dcr.hasName("testreplaceditcontentrulesuccessful"));
3213 "MUST cn X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
3219 "X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
3235 "98-schema-test-dcr.ldif");
3243 DITContentRule dcr
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DSchemaBackendTestCase.java3172 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
3173 assertNotNull(dcr);
3174 assertTrue(dcr.hasName("testaddditcontentrulesuccessful"));
3226 DITContentRule dcr = DirectoryServer.getSchema().getDITContentRule(oc);
3227 assertNotNull(dcr);
3228 assertTrue(dcr.hasName("testreplaceditcontentrulesuccessful"));
3249 "MUST cn X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
3255 "X-SCHEMA-FILE '98-schema-test-dcr.ldif' " +
3271 "98-schema-test-dcr.ldif");
3279 DITContentRule dcr
[all...]

Completed in 139 milliseconds

12