Uses of Interface
org.apache.directory.server.schema.bootstrap.Schema

Packages that use Schema
org.apache.directory.server.core.schema  
org.apache.directory.server.schema.bootstrap  
org.apache.directory.server.schema.registries   
org.apache.directory.server.utils   
 

Uses of Schema in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement Schema
 class AbstractSchema
          An abstract schema class.
 

Methods in org.apache.directory.server.core.schema that return Schema
protected  Schema AbstractSchemaChangeHandler.getSchema(org.apache.directory.shared.ldap.name.LdapDN name)
           
 Schema SchemaEntityFactory.getSchema(ServerEntry entry)
           
 Schema SchemaPartitionDao.getSchema(java.lang.String schemaName)
           
 Schema PartitionSchemaLoader.getSchema(java.lang.String schemaName)
           
 Schema PartitionSchemaLoader.getSchema(java.lang.String schemaName, java.util.Properties schemaProperties)
           
 

Methods in org.apache.directory.server.core.schema that return types with arguments of type Schema
 java.util.Map<java.lang.String,Schema> SchemaPartitionDao.getSchemas()
           
 java.util.Map<java.lang.String,Schema> PartitionSchemaLoader.getSchemas()
           
 

Methods in org.apache.directory.server.core.schema with parameters of type Schema
 void PartitionSchemaLoader.load(Schema schema, Registries targetRegistries, boolean isDepLoad)
          SchemaLoader.load(Schema, Registries, boolean)
 void PartitionSchemaLoader.loadWithDependencies(Schema schema, Registries registries)
           
 

Method parameters in org.apache.directory.server.core.schema with type arguments of type Schema
 void PartitionSchemaLoader.loadWithDependencies(java.util.Collection<Schema> schemas, Registries targetRegistries)
           
 

Uses of Schema in org.apache.directory.server.schema.bootstrap
 

Subinterfaces of Schema in org.apache.directory.server.schema.bootstrap
 interface BootstrapSchema
          A configuration of related Schema objects bundled together and identified as a group.
 

Classes in org.apache.directory.server.schema.bootstrap that implement Schema
 class AbstractBootstrapSchema
          Abstract bootstrap schema implementation.
 

Methods in org.apache.directory.server.schema.bootstrap that return Schema
 Schema BootstrapSchemaLoader.getSchema(java.lang.String schemaName)
           
 Schema BootstrapSchemaLoader.getSchema(java.lang.String schemaName, java.util.Properties schemaProperties)
           
 

Methods in org.apache.directory.server.schema.bootstrap with parameters of type Schema
 void BootstrapSchemaLoader.load(Schema schema, Registries registries, boolean isDepLoad)
          Loads a schema by loading and running all producers for the schema.
 void BootstrapSchemaLoader.loadWithDependencies(Schema schema, Registries registries)
           
 

Method parameters in org.apache.directory.server.schema.bootstrap with type arguments of type Schema
 void BootstrapSchemaLoader.loadWithDependencies(java.util.Collection<Schema> bootstrapSchemas, Registries registries)
          Loads a set of schemas by loading and running all producers for each dependent schema first.
 

Uses of Schema in org.apache.directory.server.schema.registries
 

Methods in org.apache.directory.server.schema.registries that return Schema
 Schema SchemaLoader.getSchema(java.lang.String schemaName)
          Gets a schema object based on it's name.
 Schema Registries.getSchema(java.lang.String schemaName)
           
 Schema DefaultRegistries.getSchema(java.lang.String schemaName)
           
 Schema SchemaLoader.getSchema(java.lang.String schemaName, java.util.Properties schemaProperties)
          Gets a schema object based on it's name and some properties.
 

Methods in org.apache.directory.server.schema.registries that return types with arguments of type Schema
 java.util.Map<java.lang.String,Schema> Registries.getLoadedSchemas()
           
 java.util.Map<java.lang.String,Schema> DefaultRegistries.getLoadedSchemas()
          Alterations to the returned map of schema names to schema objects does not change the map returned from this method.
 

Methods in org.apache.directory.server.schema.registries with parameters of type Schema
 void Registries.addToLoadedSet(Schema schema)
          Adds a schema to the loaded set but does not load the schema in question.
 void DefaultRegistries.addToLoadedSet(Schema schema)
           
 void SchemaLoader.load(Schema schema, Registries registries, boolean isDepLoad)
          Loads a single schema.
protected  void AbstractSchemaLoader.loadDepsFirst(Schema rootAncestor, java.util.Stack<java.lang.String> beenthere, java.util.Map<java.lang.String,Schema> notLoaded, Schema schema, Registries registries, java.util.Properties props)
          Recursive method which loads schema's with their dependent schemas first and tracks what schemas it has seen so the recursion does not go out of control with depenency cycle detection.
 void SchemaLoader.loadWithDependencies(Schema schemas, Registries registries)
          Loads a single schema at least and possibly it's dependencies.
protected  void AbstractSchemaLoader.notifyListenerOrRegistries(Schema schema, Registries registries)
           
 void SchemaLoaderListener.schemaLoaded(Schema schema)
           
 

Method parameters in org.apache.directory.server.schema.registries with type arguments of type Schema
protected  void AbstractSchemaLoader.loadDepsFirst(Schema rootAncestor, java.util.Stack<java.lang.String> beenthere, java.util.Map<java.lang.String,Schema> notLoaded, Schema schema, Registries registries, java.util.Properties props)
          Recursive method which loads schema's with their dependent schemas first and tracks what schemas it has seen so the recursion does not go out of control with depenency cycle detection.
 void SchemaLoader.loadWithDependencies(java.util.Collection<Schema> schemas, Registries registries)
          Loads a collection of schemas.
 

Uses of Schema in org.apache.directory.server.utils
 

Methods in org.apache.directory.server.utils with parameters of type Schema
 ServerEntry AttributesFactory.getAttributes(org.apache.directory.shared.ldap.schema.AttributeType attributeType, Schema schema, Registries registries)
           objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.3 NAME 'metaAttributeType' DESC 'meta definition of the AttributeType object' SUP metaTop STRUCTURAL MUST ( m-name $ m-syntax ) MAY ( m-supAttributeType $ m-obsolete $ m-equality $ m-ordering $ m-substr $ m-singleValue $ m-collective $ m-noUserModification $ m-usage $ m-extensionAttributeType ) )
 ServerEntry AttributesFactory.getAttributes(org.apache.directory.shared.ldap.schema.DITContentRule dITContentRule, Schema schema, Registries registries)
           
 ServerEntry AttributesFactory.getAttributes(org.apache.directory.shared.ldap.schema.DITStructureRule dITStructureRule, Schema schema, Registries registries)
           
 ServerEntry AttributesFactory.getAttributes(org.apache.directory.shared.ldap.schema.MatchingRule matchingRule, Schema schema, Registries registries)
           
 ServerEntry AttributesFactory.getAttributes(org.apache.directory.shared.ldap.schema.MatchingRuleUse matchingRuleUse, Schema schema, Registries registries)
           
 ServerEntry AttributesFactory.getAttributes(org.apache.directory.shared.ldap.schema.NameForm nameForm, Schema schema, Registries registries)
           
 ServerEntry AttributesFactory.getAttributes(org.apache.directory.shared.ldap.schema.ObjectClass objectClass, Schema schema, Registries registries)
          Creates the attributes of an entry representing an objectClass.
 ServerEntry AttributesFactory.getAttributes(org.apache.directory.shared.ldap.schema.SchemaObject obj, Schema schema, Registries registries)
           
 ServerEntry AttributesFactory.getAttributes(Schema schema, Registries registries)
           
 ServerEntry AttributesFactory.getAttributes(java.lang.String oid, java.util.Comparator comparator, Schema schema, Registries registries)
           
 ServerEntry AttributesFactory.getAttributes(java.lang.String oid, org.apache.directory.shared.ldap.schema.Normalizer normalizer, Schema schema, Registries registries)
           
 ServerEntry AttributesFactory.getAttributes(org.apache.directory.shared.ldap.schema.syntax.SyntaxChecker syntaxChecker, Schema schema, Registries registries)
           
 ServerEntry AttributesFactory.getAttributes(org.apache.directory.shared.ldap.schema.Syntax syntax, Schema schema, Registries registries)
           
 



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