|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaObjectWrapper | |
|---|---|
| org.apache.directory.api.ldap.model.schema.registries | |
| Uses of SchemaObjectWrapper in org.apache.directory.api.ldap.model.schema.registries |
|---|
| Fields in org.apache.directory.api.ldap.model.schema.registries with type parameters of type SchemaObjectWrapper | |
|---|---|
protected Set<SchemaObjectWrapper> |
DefaultSchema.content
The set of SchemaObjects declared in this schema |
protected Map<SchemaObjectWrapper,Set<SchemaObjectWrapper>> |
Registries.usedBy
A map storing a relation between a SchemaObject and all the referencing SchemaObjects. |
protected Map<SchemaObjectWrapper,Set<SchemaObjectWrapper>> |
Registries.usedBy
A map storing a relation between a SchemaObject and all the referencing SchemaObjects. |
protected Map<SchemaObjectWrapper,Set<SchemaObjectWrapper>> |
Registries.using
A map storing a relation between a SchemaObject and all the SchemaObjects it uses. |
protected Map<SchemaObjectWrapper,Set<SchemaObjectWrapper>> |
Registries.using
A map storing a relation between a SchemaObject and all the SchemaObjects it uses. |
| Methods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type SchemaObjectWrapper | |
|---|---|
Set<SchemaObjectWrapper> |
Registries.addSchema(String schemaName)
Create a new schema association with its content |
Set<SchemaObjectWrapper> |
Schema.getContent()
Gets the set of SchemaObject elements declared in this schema |
Set<SchemaObjectWrapper> |
DefaultSchema.getContent()
Gets the set of SchemaObject elements declared in this schema |
Map<String,Set<SchemaObjectWrapper>> |
Registries.getObjectBySchemaName()
|
Set<SchemaObjectWrapper> |
Registries.getReferencing(SchemaObject schemaObject)
Check that we can remove a given SchemaObject without breaking some of its references. |
Set<SchemaObjectWrapper> |
Registries.getUsedBy(SchemaObject schemaObject)
Gets the Set of SchemaObjects referencing the given SchemaObject |
Set<SchemaObjectWrapper> |
Registries.getUsing(SchemaObject schemaObject)
Gets the Set of SchemaObjects referenced by the given SchemaObject |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||