|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaObjectWrapper | |
---|---|
org.apache.directory.shared.ldap.schema.registries |
Uses of SchemaObjectWrapper in org.apache.directory.shared.ldap.schema.registries |
---|
Fields in org.apache.directory.shared.ldap.schema.registries with type parameters of type SchemaObjectWrapper | |
---|---|
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. |
Methods in org.apache.directory.shared.ldap.schema.registries that return types with arguments of type SchemaObjectWrapper | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |