Searched defs:schemaEntry (Results 1 - 4 of 4) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java718 * @param schemaEntry
726 private static ByteString getSchemaElement(final Entry schemaEntry, argument
729 final Attribute attribute = schemaEntry.getAttribute(type);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java718 * @param schemaEntry
726 private static ByteString getSchemaElement(final Entry schemaEntry, argument
729 final Attribute attribute = schemaEntry.getAttribute(type);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java691 * @param schemaEntry
699 private static ByteString getSchemaElement(final Entry schemaEntry, argument
702 final Attribute attribute = schemaEntry.getAttribute(type);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java702 final Entry schemaEntry = reader.readEntry();
703 addElementsToEntry(schemaElements, schemaEntry);
706 writer.writeEntry(schemaEntry);
717 private void addElementsToEntry(List<CommonSchemaElements> schemaElements, Entry schemaEntry) argument
724 schemaEntry.applyModification(mod);

Completed in 45 milliseconds