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

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java626 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
632 public Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile) argument
634 return getSchemaEntry(entryDN, includeSchemaFile, false);
641 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
652 private Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile, argument
691 if (includeSchemaFile)
765 if (includeSchemaFile)
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java655 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
661 public Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile) argument
663 return getSchemaEntry(entryDN, includeSchemaFile, false);
670 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
681 private Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile, argument
722 if (includeSchemaFile)
797 if (includeSchemaFile)
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java655 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
661 public Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile) argument
663 return getSchemaEntry(entryDN, includeSchemaFile, false);
670 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
681 private Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile, argument
722 if (includeSchemaFile)
797 if (includeSchemaFile)
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java626 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
632 public Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile) argument
634 return getSchemaEntry(entryDN, includeSchemaFile, false);
641 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
652 private Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile, argument
691 if (includeSchemaFile)
765 if (includeSchemaFile)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java655 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
661 public Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile) argument
663 return getSchemaEntry(entryDN, includeSchemaFile, false);
670 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
681 private Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile, argument
722 if (includeSchemaFile)
797 if (includeSchemaFile)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java519 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
525 public Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile) argument
527 return getSchemaEntry(entryDN, includeSchemaFile, false);
534 * @param includeSchemaFile A boolean indicating if the X-SCHEMA-FILE
545 private Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile, argument
569 operationalAttrs, attributeTypesType, includeSchemaFile,
573 operationalAttrs, objectClassesType, includeSchemaFile, false,
576 operationalAttrs, matchingRulesType, includeSchemaFile, false,
588 operationalAttrs, ldapSyntaxesType, includeSchemaFile, false, true);
590 operationalAttrs, nameFormsType, includeSchemaFile, fals
654 buildSchemaAttribute(Collection<?> elements, Map<AttributeType, List<Attribute>> userAttrs, Map<AttributeType, List<Attribute>> operationalAttrs, AttributeType schemaAttributeType, boolean includeSchemaFile, final boolean stripSyntaxMinimumUpperBound, boolean ignoreShowAllOption) argument
[all...]

Completed in 73 milliseconds