| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.schema.registries |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<SchemaObjectWrapper> |
DefaultSchema.content
The set of SchemaObjects declared in this schema
|
private java.util.Map<java.lang.String,java.util.Set<SchemaObjectWrapper>> |
Registries.schemaObjects
A map storing all the schema objects associated with a schema
|
protected java.util.Map<SchemaObjectWrapper,java.util.Set<SchemaObjectWrapper>> |
Registries.usedBy
A map storing a relation between a SchemaObject and all the
referencing SchemaObjects.
|
protected java.util.Map<SchemaObjectWrapper,java.util.Set<SchemaObjectWrapper>> |
Registries.usedBy
A map storing a relation between a SchemaObject and all the
referencing SchemaObjects.
|
protected java.util.Map<SchemaObjectWrapper,java.util.Set<SchemaObjectWrapper>> |
Registries.using
A map storing a relation between a SchemaObject and all the
SchemaObjects it uses.
|
protected java.util.Map<SchemaObjectWrapper,java.util.Set<SchemaObjectWrapper>> |
Registries.using
A map storing a relation between a SchemaObject and all the
SchemaObjects it uses.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SchemaObjectWrapper> |
Registries.addSchema(java.lang.String schemaName)
Create a new schema association with its content
|
java.util.Set<SchemaObjectWrapper> |
Schema.getContent()
Gets the set of SchemaObject elements declared in this schema
|
java.util.Set<SchemaObjectWrapper> |
DefaultSchema.getContent()
Gets the set of SchemaObject elements declared in this schema
|
java.util.Map<java.lang.String,java.util.Set<SchemaObjectWrapper>> |
Registries.getObjectBySchemaName() |
java.util.Set<SchemaObjectWrapper> |
Registries.getReferencing(SchemaObject schemaObject)
Check that we can remove a given SchemaObject without breaking some of its references.
|
java.util.Set<SchemaObjectWrapper> |
Registries.getUsedBy(SchemaObject schemaObject)
Gets the Set of SchemaObjects referencing the given SchemaObject
|
java.util.Set<SchemaObjectWrapper> |
Registries.getUsing(SchemaObject schemaObject)
Gets the Set of SchemaObjects referenced by the given SchemaObject
|