| 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
|
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–2016 The Apache Software Foundation. All rights reserved.