| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.schema |
Contains interfaces and base classes for representing the LDAP schema domain
model.
|
| org.apache.directory.api.ldap.model.schema.registries | |
| org.apache.directory.api.ldap.model.schema.registries.helper |
| Modifier and Type | Method and Description |
|---|---|
Registries |
SchemaManager.getRegistries() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaManager.setRegistries(Registries registries)
Associate a new Registries to the SchemaManager
|
| Modifier and Type | Method and Description |
|---|---|
Registries |
Registries.clone()
Clone the Registries.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DitContentRuleHelper.addToRegistries(DitContentRule ditContentRule,
List<Throwable> errors,
Registries registries)
Inject the DitContentRule into the registries, updating the references to
other SchemaObject
|
static void |
DitStructureRuleHelper.addToRegistries(DitStructureRule ditStructureRule,
List<Throwable> errors,
Registries registries)
Inject the DitContentRule into the registries, updating the references to
other SchemaObject
|
static void |
LdapSyntaxHelper.addToRegistries(LdapSyntax ldapSyntax,
List<Throwable> errors,
Registries registries)
Inject the LdapSyntax into the registries, updating the references to
other SchemaObject
|
static void |
MatchingRuleUseHelper.addToRegistries(MatchingRuleUse matchingRuleUse,
List<Throwable> errors,
Registries registries)
Inject the MatchingRuleUse into the registries, updating the references to
other SchemaObject
|
static void |
AttributeTypeHelper.addToRegistries(MutableAttributeType attributeType,
List<Throwable> errors,
Registries registries)
Inject the AttributeType into the Registries, updating the references to
other SchemaObject
If one of the referenced SchemaObject does not exist (SUP, EQUALITY, ORDERING, SUBSTR, SYNTAX),
an exception is thrown.
|
static void |
MatchingRuleHelper.addToRegistries(MutableMatchingRule matchingRule,
List<Throwable> errors,
Registries registries)
Inject the MatchingRule into the Registries, updating the references to
other SchemaObject
|
static void |
NameFormHelper.addToRegistries(NameForm nameForm,
List<Throwable> errors,
Registries registries)
Inject the NameForm into the registries, updating the references to
other SchemaObject
|
static void |
ObjectClassHelper.addToRegistries(ObjectClass objectClass,
List<Throwable> errors,
Registries registries)
Inject the ObjectClass into the registries, updating the references to
other SchemaObject
|
private static void |
AttributeTypeHelper.buildEquality(MutableAttributeType attributeType,
List<Throwable> errors,
Registries registries)
Build the EQUALITY MR reference for an AttributeType
|
private static void |
ObjectClassHelper.buildMay(ObjectClass objectClass,
List<Throwable> errors,
Registries registries)
Build and check the MAY AT for this ObjectClass
|
private static void |
ObjectClassHelper.buildMust(ObjectClass objectClass,
List<Throwable> errors,
Registries registries)
Build and check the MUST AT for this ObjectClass.
|
private static void |
AttributeTypeHelper.buildOrdering(MutableAttributeType attributeType,
List<Throwable> errors,
Registries registries)
Build the ORDERING MR reference for an AttributeType
|
private static void |
AttributeTypeHelper.buildSubstring(MutableAttributeType attributeType,
List<Throwable> errors,
Registries registries)
Build the SUBSTR MR reference for an AttributeType
|
private static boolean |
AttributeTypeHelper.buildSuperior(MutableAttributeType attributeType,
List<Throwable> errors,
Registries registries)
Build the Superior AttributeType reference for an AttributeType
|
private static void |
ObjectClassHelper.buildSuperiors(ObjectClass objectClass,
List<Throwable> errors,
Registries registries)
Build the references to this ObjectClass SUPERIORS, checking that the type
hierarchy is correct.
|
private static void |
AttributeTypeHelper.buildSyntax(MutableAttributeType attributeType,
List<Throwable> errors,
Registries registries)
Build the SYNTAX reference for an AttributeType
|
static void |
AttributeTypeHelper.removeFromRegistries(AttributeType attributeType,
List<Throwable> errors,
Registries registries)
Remove the AttributeType from the registries, updating the references to
other SchemaObject.
|
static void |
LdapSyntaxHelper.removeFromRegistries(LdapSyntax ldapSyntax,
List<Throwable> errors,
Registries registries)
Remove the LdapSyntax from the Registries, updating the references to
other SchemaObject.
|
static void |
MatchingRuleHelper.removeFromRegistries(MatchingRule matchingRule,
List<Throwable> errors,
Registries registries)
Remove the MatchingRule from the Registries, updating the references to
other SchemaObject.
|
static void |
ObjectClassHelper.removeFromRegistries(ObjectClass objectClass,
List<Throwable> errors,
Registries registries)
Remove the ObjectClass from the registries, updating the references to
other SchemaObject.
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.