Searched refs:createAddModifications (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/core/
H A DSchemaConfigManager.java532 return createAddModifications(entry, mods, ldapSyntaxAttrType);
570 return createAddModifications(entry, mods, attributeAttrType);
608 return createAddModifications(entry, mods, objectclassAttrType);
645 return createAddModifications(entry, mods, nameFormAttrType);
684 return createAddModifications(entry, mods, dcrAttrType);
723 return createAddModifications(entry, mods, dsrAttrType);
762 return createAddModifications(entry, mods, mruAttrType);
765 private static List<Attribute> createAddModifications(Entry entry, method in class:SchemaConfigManager
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DSchemaConfigManager.java532 return createAddModifications(entry, mods, ldapSyntaxAttrType);
570 return createAddModifications(entry, mods, attributeAttrType);
608 return createAddModifications(entry, mods, objectclassAttrType);
645 return createAddModifications(entry, mods, nameFormAttrType);
684 return createAddModifications(entry, mods, dcrAttrType);
723 return createAddModifications(entry, mods, dsrAttrType);
762 return createAddModifications(entry, mods, mruAttrType);
765 private static List<Attribute> createAddModifications(Entry entry, method in class:SchemaConfigManager
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSchemaConfigManager.java489 return createAddModifications(entry, mods, ldapSyntaxAttrType);
503 return createAddModifications(entry, mods, attributeAttrType);
517 return createAddModifications(entry, mods, objectclassAttrType);
532 return createAddModifications(entry, mods, nameFormAttrType);
547 return createAddModifications(entry, mods, dcrAttrType);
561 return createAddModifications(entry, mods, dsrAttrType);
575 return createAddModifications(entry, mods, mruAttrType);
589 private static List<Attribute> createAddModifications(Entry entry, method in class:SchemaConfigManager

Completed in 33 milliseconds