|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Registries | |
|---|---|
| org.apache.directory.shared.ldap.model.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
| org.apache.directory.shared.ldap.model.schema.registries | |
| org.apache.directory.shared.ldap.model.schema.registries.helper | |
| Uses of Registries in org.apache.directory.shared.ldap.model.schema |
|---|
| Methods in org.apache.directory.shared.ldap.model.schema that return Registries | |
|---|---|
Registries |
SchemaManager.getRegistries()
|
| Methods in org.apache.directory.shared.ldap.model.schema with parameters of type Registries | |
|---|---|
void |
SchemaObject.addToRegistries(List<Throwable> errors,
Registries registries)
Inject this SchemaObject into the given registries, updating the references to other SchemaObject |
void |
MatchingRule.addToRegistries(List<Throwable> errors,
Registries registries)
Inject the MatchingRule into the registries, updating the references to other SchemaObject |
void |
LdapSyntax.addToRegistries(List<Throwable> errors,
Registries registries)
Inject this SchemaObject into the given registries, updating the references to other SchemaObject |
void |
AbstractSchemaObject.addToRegistries(List<Throwable> errors,
Registries registries)
Inject this SchemaObject into the given registries, updating the references to other SchemaObject |
void |
NameForm.addToRegistries(Registries registries)
Inject the NameForm into the registries, updating the references to other SchemaObject |
void |
MatchingRuleUse.addToRegistries(Registries registries)
Inject the MatchingRuleUse into the registries, updating the references to other SchemaObject |
void |
SchemaObject.registerOid(SchemaObject schemaObject,
Registries registries)
Register the given SchemaObject into the given registries' globalOidRegistry |
void |
LoadableSchemaObject.registerOid(SchemaObject schemaObject,
Registries registries)
Register the given SchemaObject into the given registries' globalOidRegistry |
void |
AbstractSchemaObject.registerOid(SchemaObject schemaObject,
Registries registries)
Register the given SchemaObject into the given registries' globalOidRegistry |
void |
SchemaObject.removeFromRegistries(List<Throwable> errors,
Registries registries)
Remove this SchemaObject from the given registries, updating the references to other SchemaObject. |
void |
ObjectClass.removeFromRegistries(List<Throwable> errors,
Registries registries)
Remove the ObjectClass from the registries, updating the references to other SchemaObject. |
void |
MatchingRule.removeFromRegistries(List<Throwable> errors,
Registries registries)
Remove the MatchingRule from the registries, updating the references to other SchemaObject. |
void |
LdapSyntax.removeFromRegistries(List<Throwable> errors,
Registries registries)
Remove this SchemaObject from the given registries, updating the references to other SchemaObject. |
void |
AttributeType.removeFromRegistries(List<Throwable> errors,
Registries registries)
Remove this SchemaObject from the given registries, updating the references to other SchemaObject. |
void |
AbstractSchemaObject.removeFromRegistries(List<Throwable> errors,
Registries registries)
Remove this SchemaObject from the given registries, updating the references to other SchemaObject. |
void |
SchemaObject.setRegistries(Registries registries)
Inject the Registries into the SchemaObject |
void |
SchemaManager.setRegistries(Registries registries)
Associate a new Registries to the SchemaManager |
void |
AbstractSchemaObject.setRegistries(Registries registries)
Inject the Registries into the SchemaObject |
| Uses of Registries in org.apache.directory.shared.ldap.model.schema.registries |
|---|
| Methods in org.apache.directory.shared.ldap.model.schema.registries that return Registries | |
|---|---|
Registries |
Registries.clone()
Clone the Registries. |
| Uses of Registries in org.apache.directory.shared.ldap.model.schema.registries.helper |
|---|
| Methods in org.apache.directory.shared.ldap.model.schema.registries.helper with parameters of type Registries | |
|---|---|
static void |
AttributeTypeHelper.addToRegistries(AttributeType attributeType,
List<Throwable> errors,
Registries registries)
If one of the referenced SchemaObject does not exist (SUP, EQUALITY, ORDERING, SUBSTR, SYNTAX), an exception is thrown. |
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 |
ObjectClassHelper.addToRegistries(ObjectClass objectClass,
List<Throwable> errors,
Registries registries)
Inject the ObjectClass into the registries, updating the references to other SchemaObject |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||