Uses of Class
org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
-
Packages that use SchemaObjectWrapper Package Description 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 Modifier and Type Field Description protected Set<SchemaObjectWrapper>DefaultSchema. contentThe set of SchemaObjects declared in this schemaprotected Map<SchemaObjectWrapper,Set<SchemaObjectWrapper>>Registries. usedByA map storing a relation between a SchemaObject and all the referencing SchemaObjects.protected Map<SchemaObjectWrapper,Set<SchemaObjectWrapper>>Registries. usedByA map storing a relation between a SchemaObject and all the referencing SchemaObjects.protected Map<SchemaObjectWrapper,Set<SchemaObjectWrapper>>Registries. usingA map storing a relation between a SchemaObject and all the SchemaObjects it uses.protected Map<SchemaObjectWrapper,Set<SchemaObjectWrapper>>Registries. usingA 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 Modifier and Type Method Description Set<SchemaObjectWrapper>Registries. addSchema(String schemaName)Create a new schema association with its contentSet<SchemaObjectWrapper>DefaultSchema. getContent()Gets the set of SchemaObject elements declared in this schemaSet<SchemaObjectWrapper>Schema. getContent()Gets the set of SchemaObject elements declared in this schemaMap<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 SchemaObjectSet<SchemaObjectWrapper>Registries. getUsing(SchemaObject schemaObject)Gets the Set of SchemaObjects referenced by the given SchemaObject
-