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

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java4227 * - iterating over each element of the newSchemaEntry and comparing
4234 * @param newSchemaEntry The entry to be imported.
4236 private void importEntry(Entry newSchemaEntry) argument
4276 List<Attribute> attrList = newSchemaEntry.getAttribute(attributeAttrType);
4393 List<Attribute> ocList = newSchemaEntry.getAttribute(objectclassAttrType);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java4425 * - iterating over each element of the newSchemaEntry and comparing
4432 * @param newSchemaEntry The entry to be imported.
4434 private void importEntry(Entry newSchemaEntry) argument
4474 List<Attribute> attrList = newSchemaEntry.getAttribute(attributeAttrType);
4593 List<Attribute> ocList = newSchemaEntry.getAttribute(objectclassAttrType);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java4425 * - iterating over each element of the newSchemaEntry and comparing
4432 * @param newSchemaEntry The entry to be imported.
4434 private void importEntry(Entry newSchemaEntry) argument
4474 List<Attribute> attrList = newSchemaEntry.getAttribute(attributeAttrType);
4593 List<Attribute> ocList = newSchemaEntry.getAttribute(objectclassAttrType);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java4227 * - iterating over each element of the newSchemaEntry and comparing
4234 * @param newSchemaEntry The entry to be imported.
4236 private void importEntry(Entry newSchemaEntry) argument
4276 List<Attribute> attrList = newSchemaEntry.getAttribute(attributeAttrType);
4393 List<Attribute> ocList = newSchemaEntry.getAttribute(objectclassAttrType);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java4389 * - iterating over each element of the newSchemaEntry and comparing
4396 * @param newSchemaEntry The entry to be imported.
4398 private void importEntry(Entry newSchemaEntry) argument
4438 List<Attribute> attrList = newSchemaEntry.getAttribute(attributeAttrType);
4557 List<Attribute> ocList = newSchemaEntry.getAttribute(objectclassAttrType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java3609 * - iterating over each element of the newSchemaEntry and comparing
3616 * @param newSchemaEntry The entry to be imported.
3618 private void importEntry(Entry newSchemaEntry) argument
3636 List<Attribute> attrList = newSchemaEntry.getAttribute(attributeAttrType);
3721 List<Attribute> ocList = newSchemaEntry.getAttribute(objectclassAttrType);

Completed in 92 milliseconds