Uses of Interface
org.apache.directory.shared.ldap.schema.registries.Schema

Packages that use Schema
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.loader.ldif   
org.apache.directory.shared.ldap.schema.manager.impl   
org.apache.directory.shared.ldap.schema.registries   
 

Uses of Schema in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema that return Schema
 Schema SchemaManager.getLoadedSchema(java.lang.String schemaName)
          Gets a schema that has been loaded into these Registries.
 Schema EntityFactory.getSchema(Entry entry)
          Return an instance of the Schema associated to the entry
 Schema SchemaDao.getSchema(java.lang.String schemaName)
           
 

Methods in org.apache.directory.shared.ldap.schema that return types with arguments of type Schema
 java.util.List<Schema> SchemaManager.getDisabled()
           
 java.util.List<Schema> SchemaManager.getEnabled()
           
 java.util.Map<java.lang.String,Schema> SchemaDao.getSchemas()
          Gets a Map of Schemas managed by a schema store.
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type Schema
 boolean SchemaManager.disable(Schema... schemas)
          Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
 boolean SchemaManager.disabledRelaxed(Schema... schemas)
          Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
 boolean SchemaManager.enable(Schema... schemas)
          Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
 boolean SchemaManager.enableRelaxed(Schema... schemas)
          Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
 boolean SchemaManager.isDisabled(Schema schema)
          Tells if the given Schema is disabled
 boolean SchemaManager.isEnabled(Schema schema)
          Tells if the given Schema is enabled
 boolean SchemaManager.load(Schema... schemas)
          Load some Schemas into the registries.
 boolean SchemaManager.loadDisabled(Schema... schemas)
          Load Schemas into the Registries, even if they are disabled.
 boolean SchemaManager.loadRelaxed(Schema... schemas)
          Load Schemas into the registries, even if there are some errors in the schemas.
 boolean SchemaManager.loadWithDeps(Schema... schemas)
          Load some Schemas into the registries, and loads all of the schemas they depend on.
 boolean SchemaManager.loadWithDepsRelaxed(Schema... schemas)
          Load some Schemas into the registries, and loads all of the schemas they depend on.
 boolean SchemaManager.unload(Schema... schemas)
          Unload the given set of Schemas
 boolean SchemaManager.verify(Schema... schemas)
          Check that the Schemas are consistent regarding the current Registries.
 

Uses of Schema in org.apache.directory.shared.ldap.schema.loader.ldif
 

Methods in org.apache.directory.shared.ldap.schema.loader.ldif that return Schema
 Schema SchemaEntityFactory.getSchema(Entry entry)
          Return an instance of the Schema associated to the entry
 

Methods in org.apache.directory.shared.ldap.schema.loader.ldif with parameters of type Schema
 java.util.List<Entry> JarLdifSchemaLoader.loadAttributeTypes(Schema... schemas)
          Loads a set of schemas.
 java.util.List<Entry> LdifSchemaLoader.loadAttributeTypes(Schema... schemas)
          Loads a set of schemas.
 java.util.List<Entry> JarLdifSchemaLoader.loadComparators(Schema... schemas)
          Build a list of Comparators read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadComparators(Schema... schemas)
          Build a list of Comparators read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadDitContentRules(Schema... schemas)
          Build a list of DitContentRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadDitContentRules(Schema... schemas)
          Build a list of DitContentRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadDitStructureRules(Schema... schemas)
          Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadDitStructureRules(Schema... schemas)
          Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadMatchingRules(Schema... schemas)
          Build a list of MatchingRules read from the underlying storage for a list of specific schema
 java.util.List<Entry> LdifSchemaLoader.loadMatchingRules(Schema... schemas)
          Build a list of MatchingRules read from the underlying storage for a list of specific schema
 java.util.List<Entry> JarLdifSchemaLoader.loadMatchingRuleUses(Schema... schemas)
          Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadMatchingRuleUses(Schema... schemas)
          Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadNameForms(Schema... schemas)
          Build a list of NameForms read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadNameForms(Schema... schemas)
          Build a list of NameForms read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadNormalizers(Schema... schemas)
          Build a list of Normalizers read from the underlying storage for a list of specified schema
 java.util.List<Entry> LdifSchemaLoader.loadNormalizers(Schema... schemas)
          Build a list of Normalizers read from the underlying storage for a list of specified schema
 java.util.List<Entry> JarLdifSchemaLoader.loadObjectClasses(Schema... schemas)
          Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> LdifSchemaLoader.loadObjectClasses(Schema... schemas)
          Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> JarLdifSchemaLoader.loadSyntaxCheckers(Schema... schemas)
          Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
 java.util.List<Entry> LdifSchemaLoader.loadSyntaxCheckers(Schema... schemas)
          Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
 java.util.List<Entry> JarLdifSchemaLoader.loadSyntaxes(Schema... schemas)
          Build a list of Syntaxes read from the underlying storage for a list of specified schema
 java.util.List<Entry> LdifSchemaLoader.loadSyntaxes(Schema... schemas)
          Build a list of Syntaxes read from the underlying storage for a list of specified schema
 

Uses of Schema in org.apache.directory.shared.ldap.schema.manager.impl
 

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return Schema
 Schema DefaultSchemaManager.getLoadedSchema(java.lang.String schemaName)
          Gets a schema that has been loaded into these Registries.
 

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return types with arguments of type Schema
 java.util.List<Schema> DefaultSchemaManager.getDisabled()
          
 java.util.List<Schema> DefaultSchemaManager.getEnabled()
          
 

Methods in org.apache.directory.shared.ldap.schema.manager.impl with parameters of type Schema
 boolean DefaultSchemaManager.disable(Schema... schemas)
          Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
 boolean DefaultSchemaManager.disabledRelaxed(Schema... schemas)
          Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
 boolean DefaultSchemaManager.enable(Schema... schemas)
          Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
 boolean DefaultSchemaManager.enableRelaxed(Schema... schemas)
          Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
 boolean DefaultSchemaManager.isDisabled(Schema schema)
          Tells if the given Schema is disabled
 boolean DefaultSchemaManager.isEnabled(Schema schema)
          Tells if the given Schema is enabled
 boolean DefaultSchemaManager.load(Schema... schemas)
          Load some Schemas into the registries.
 boolean DefaultSchemaManager.loadDisabled(Schema... schemas)
          Load Schemas into the Registries, even if they are disabled.
 boolean DefaultSchemaManager.loadRelaxed(Schema... schemas)
          Load Schemas into the registries, even if there are some errors in the schemas.
 boolean DefaultSchemaManager.loadWithDeps(Schema... schemas)
          Load some Schemas into the registries, and loads all of the schemas they depend on.
 boolean DefaultSchemaManager.loadWithDepsRelaxed(Schema... schemas)
          Load some Schemas into the registries, and loads all of the schemas they depend on.
 boolean DefaultSchemaManager.unload(Schema... schemas)
          Unload the given set of Schemas
 boolean DefaultSchemaManager.verify(Schema... schemas)
          Check that the Schemas are consistent regarding the current Registries.
 

Uses of Schema in org.apache.directory.shared.ldap.schema.registries
 

Classes in org.apache.directory.shared.ldap.schema.registries that implement Schema
 class DefaultSchema
          The default Schema interface implementation.
 

Fields in org.apache.directory.shared.ldap.schema.registries with type parameters of type Schema
protected  java.util.Map<java.lang.String,Schema> Registries.loadedSchemas
          A String name to Schema object map for the schemas loaded into this registry.
protected  java.util.Map<java.lang.String,Schema> AbstractSchemaLoader.schemaMap
          A map of all available schema names to schema objects.
 

Methods in org.apache.directory.shared.ldap.schema.registries that return Schema
 Schema Registries.getLoadedSchema(java.lang.String schemaName)
          Gets a schema that has been loaded into these Registries.
protected  Schema AbstractSchemaLoader.getSchema(Entry entry)
           
 Schema SchemaLoader.getSchema(java.lang.String schemaName)
          Gets a schema object based on it's name.
 Schema AbstractSchemaLoader.getSchema(java.lang.String schemaName)
          Gets a schema object based on it's name.
 

Methods in org.apache.directory.shared.ldap.schema.registries that return types with arguments of type Schema
 java.util.Collection<Schema> SchemaLoader.getAllEnabled()
           
 java.util.Collection<Schema> AbstractSchemaLoader.getAllEnabled()
          
 java.util.Collection<Schema> SchemaLoader.getAllSchemas()
           
 java.util.Collection<Schema> AbstractSchemaLoader.getAllSchemas()
          
 java.util.Map<java.lang.String,Schema> Registries.getLoadedSchemas()
          Gets an unmodifiable Map of schema names to loaded Schema objects.
 

Methods in org.apache.directory.shared.ldap.schema.registries with parameters of type Schema
 void SchemaLoader.addSchema(Schema schema)
          Add a new schema to the schema's list
 void AbstractSchemaLoader.addSchema(Schema schema)
          Add a new schema to the schema's list
 java.util.List<Entry> SchemaLoader.loadAttributeTypes(Schema... schemas)
          Loads a set of schemas.
 java.util.List<Entry> SchemaLoader.loadComparators(Schema... schemas)
          Build a list of Comparators read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadDitContentRules(Schema... schemas)
          Build a list of DitContentRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadDitStructureRules(Schema... schemas)
          Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadMatchingRules(Schema... schemas)
          Build a list of MatchingRules read from the underlying storage for a list of specific schema
 java.util.List<Entry> SchemaLoader.loadMatchingRuleUses(Schema... schemas)
          Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadNameForms(Schema... schemas)
          Build a list of NameForms read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadNormalizers(Schema... schemas)
          Build a list of Normalizers read from the underlying storage for a list of specified schema
 java.util.List<Entry> SchemaLoader.loadObjectClasses(Schema... schemas)
          Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
 java.util.List<Entry> SchemaLoader.loadSyntaxCheckers(Schema... schemas)
          Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
 java.util.List<Entry> SchemaLoader.loadSyntaxes(Schema... schemas)
          Build a list of Syntaxes read from the underlying storage for a list of specified schema
protected  void AbstractSchemaLoader.notifyListenerOrRegistries(Schema schema, Registries registries)
           
 void SchemaLoader.removeSchema(Schema schema)
          Remove a schema from the schema's list
 void AbstractSchemaLoader.removeSchema(Schema schema)
          Remove a schema from the schema's list
 void Registries.schemaLoaded(Schema schema)
          Merely adds the schema to the set of loaded schemas.
 void SchemaLoaderListener.schemaLoaded(Schema schema)
          Listener method called to indicate a loader or other agent finished loading the schema objects for a schema into the Registries.
 void Registries.schemaUnloaded(Schema schema)
          Merely removes the schema from the set of loaded schemas.
 void SchemaLoaderListener.schemaUnloaded(Schema schema)
          Listener method called to indicate an agent finished loading the schema objects for a schema into the Registries.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.