|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectClassRegistry | |
---|---|
org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
org.apache.directory.shared.ldap.schema.manager.impl | |
org.apache.directory.shared.ldap.schema.registries |
Uses of ObjectClassRegistry in org.apache.directory.shared.ldap.schema |
---|
Methods in org.apache.directory.shared.ldap.schema that return ObjectClassRegistry | |
---|---|
ObjectClassRegistry |
SchemaManager.getObjectClassRegistry()
Get an immutable reference on the ObjectClass registry |
Uses of ObjectClassRegistry in org.apache.directory.shared.ldap.schema.manager.impl |
---|
Methods in org.apache.directory.shared.ldap.schema.manager.impl that return ObjectClassRegistry | |
---|---|
ObjectClassRegistry |
DefaultSchemaManager.getObjectClassRegistry()
Get an immutable reference on the ObjectClass registry |
Uses of ObjectClassRegistry in org.apache.directory.shared.ldap.schema.registries |
---|
Classes in org.apache.directory.shared.ldap.schema.registries that implement ObjectClassRegistry | |
---|---|
class |
DefaultObjectClassRegistry
An ObjectClass registry's service default implementation. |
class |
ImmutableObjectClassRegistry
An immutable wrapper of the ObjectClass registry. |
Fields in org.apache.directory.shared.ldap.schema.registries declared as ObjectClassRegistry | |
---|---|
protected ObjectClassRegistry |
Registries.objectClassRegistry
The ObjectClass registry |
Methods in org.apache.directory.shared.ldap.schema.registries that return ObjectClassRegistry | |
---|---|
ObjectClassRegistry |
ObjectClassRegistry.copy()
Copy the ObjectClassRegistry |
ObjectClassRegistry |
Registries.getObjectClassRegistry()
|
Constructors in org.apache.directory.shared.ldap.schema.registries with parameters of type ObjectClassRegistry | |
---|---|
ImmutableObjectClassRegistry(ObjectClassRegistry ocRegistry)
Creates a new instance of ImmutableAttributeTypeRegistry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |