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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java3407 LinkedHashSet<String> ditStructureRules =
3414 ditContentRules, ditStructureRules,
3470 for (String line : ditStructureRules)
3536 * @param ditStructureRules The set into which to place the DIT
3554 LinkedHashSet<String> ditStructureRules,
3635 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3661 * @param ditStructureRules The set into which to place the DIT
3679 LinkedHashSet<String> ditStructureRules,
3694 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3714 * @param ditStructureRules Th
3549 genConcatenatedSchema( LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3674 readConcatenatedSchema(String concatSchemaFile, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3723 parseSchemaLine(String line, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java3420 Set<String> ditStructureRules = new LinkedHashSet<String>();
3424 ditContentRules, ditStructureRules,
3480 for (String line : ditStructureRules)
3546 * @param ditStructureRules The set into which to place the DIT
3564 Set<String> ditStructureRules,
3647 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3673 * @param ditStructureRules The set into which to place the DIT
3691 Set<String> ditStructureRules,
3706 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3726 * @param ditStructureRules Th
3559 genConcatenatedSchema( Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
3686 readConcatenatedSchema(String concatSchemaFile, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
3735 parseSchemaLine(String line, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java3408 LinkedHashSet<String> ditStructureRules =
3415 ditContentRules, ditStructureRules,
3471 for (String line : ditStructureRules)
3537 * @param ditStructureRules The set into which to place the DIT
3555 LinkedHashSet<String> ditStructureRules,
3637 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3663 * @param ditStructureRules The set into which to place the DIT
3681 LinkedHashSet<String> ditStructureRules,
3696 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3716 * @param ditStructureRules Th
3550 genConcatenatedSchema( LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3676 readConcatenatedSchema(String concatSchemaFile, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3725 parseSchemaLine(String line, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java3407 LinkedHashSet<String> ditStructureRules =
3414 ditContentRules, ditStructureRules,
3470 for (String line : ditStructureRules)
3536 * @param ditStructureRules The set into which to place the DIT
3554 LinkedHashSet<String> ditStructureRules,
3635 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3661 * @param ditStructureRules The set into which to place the DIT
3679 LinkedHashSet<String> ditStructureRules,
3694 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3714 * @param ditStructureRules Th
3549 genConcatenatedSchema( LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3674 readConcatenatedSchema(String concatSchemaFile, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3723 parseSchemaLine(String line, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java3420 Set<String> ditStructureRules = new LinkedHashSet<String>();
3424 ditContentRules, ditStructureRules,
3480 for (String line : ditStructureRules)
3546 * @param ditStructureRules The set into which to place the DIT
3564 Set<String> ditStructureRules,
3647 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3673 * @param ditStructureRules The set into which to place the DIT
3691 Set<String> ditStructureRules,
3706 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3726 * @param ditStructureRules Th
3559 genConcatenatedSchema( Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
3686 readConcatenatedSchema(String concatSchemaFile, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
3735 parseSchemaLine(String line, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java2090 Set<String> ditStructureRules = new LinkedHashSet<>();
2094 ditContentRules, ditStructureRules,
2150 for (String line : ditStructureRules)
2212 * @param ditStructureRules The set into which to place the DIT
2230 Set<String> ditStructureRules,
2311 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
2337 * @param ditStructureRules The set into which to place the DIT
2355 Set<String> ditStructureRules,
2370 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
2390 * @param ditStructureRules Th
2225 genConcatenatedSchema( Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
2350 readConcatenatedSchema(String concatSchemaFile, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
2399 parseSchemaLine(String line, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
[all...]

Completed in 359 milliseconds