Uses of Class
org.apache.directory.shared.ldap.schema.registries.Registries

Packages that use Registries
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.normalizers   
org.apache.directory.shared.ldap.schema.registries   
 

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

Methods in org.apache.directory.shared.ldap.schema that return Registries
 Registries SchemaManager.getRegistries()
           
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type Registries
 void SchemaObject.addToRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Inject this SchemaObject into the given registries, updating the references to other SchemaObject
 void AbstractSchemaObject.addToRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Inject this SchemaObject to the given registries, updating the references to other SchemaObject
 void AttributeType.addToRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Inject the attributeType into the registries, updating the references to other SchemaObject.
 void ObjectClass.addToRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Inject the ObjectClass into the registries, updating the references to other SchemaObject
 void MatchingRule.addToRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Inject the MatchingRule into the registries, updating the references to other SchemaObject
 void LdapSyntax.addToRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Inject the Syntax into the registries, updating the references to other SchemaObject
 void DITContentRule.addToRegistries(Registries registries)
          Inject the DITContentRule into the registries, updating the references to other SchemaObject
 void MatchingRuleUse.addToRegistries(Registries registries)
          Inject the MatchingRuleUse into the registries, updating the references to other SchemaObject
 void NameForm.addToRegistries(Registries registries)
          Inject the NameForm into the registries, updating the references to other SchemaObject
 AttributeType EntityFactory.getAttributeType(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an AttributeType from an entry representing an AttributeType.
 LdapComparator<?> EntityFactory.getLdapComparator(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Comparator class from the DIT.
 LdapComparator<?> EntityFactory.getLdapComparator(SchemaManager schemaManager, LdapComparatorDescription comparatorDescription, Registries targetRegistries, java.lang.String schemaName)
          Construct a LdapComparator from a description of a comparator.
 MatchingRule EntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 Normalizer EntityFactory.getNormalizer(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Normalizer class from the DIT.
 Normalizer EntityFactory.getNormalizer(SchemaManager schemaManager, NormalizerDescription normalizerDescription, Registries targetRegistries, java.lang.String schemaName)
          Create a new instance of a Normalizer
 ObjectClass EntityFactory.getObjectClass(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
           
 LdapSyntax EntityFactory.getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
           
 SyntaxChecker EntityFactory.getSyntaxChecker(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a syntaxChecker class from the DIT.
 SyntaxChecker EntityFactory.getSyntaxChecker(SchemaManager schemaManager, SyntaxCheckerDescription syntaxCheckerDescription, Registries targetRegistries, java.lang.String schemaName)
          Create a new instance of a SyntaxChecker
 void SchemaObject.registerOid(SchemaObject schemaObject, Registries registries)
          Register the given SchemaObject into the given registries' globalOidRegistry
 void AbstractSchemaObject.registerOid(SchemaObject schemaObject, Registries registries)
          Register the given SchemaObject into the given registries' globalOidRegistry
 void LoadableSchemaObject.registerOid(SchemaObject schemaObject, Registries registries)
          Register the given SchemaObject into the given registries' globalOidRegistry
 void SchemaObject.removeFromRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Remove this SchemaObject from the given registries, updating the references to other SchemaObject
 void AbstractSchemaObject.removeFromRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Remove this SchemaObject from the given registries, updating the references to other SchemaObject
 void AttributeType.removeFromRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Remove the attributeType from the registries, updating the references to other SchemaObject.
 void ObjectClass.removeFromRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Remove the ObjectClass from the registries, updating the references to other SchemaObject.
 void MatchingRule.removeFromRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Remove the MatchingRule from the registries, updating the references to other SchemaObject.
 void LdapSyntax.removeFromRegistries(java.util.List<java.lang.Throwable> errors, Registries registries)
          Remove the SDyntax from the registries, updating the references to other SchemaObject.
 void SchemaObject.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 void AbstractSchemaObject.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 void SchemaManager.setRegistries(Registries registries)
          Associate a new Registries to the SchemaManager
 

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

Methods in org.apache.directory.shared.ldap.schema.loader.ldif with parameters of type Registries
 AttributeType SchemaEntityFactory.getAttributeType(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an AttributeType from an entry representing an AttributeType.
 LdapComparator<?> SchemaEntityFactory.getLdapComparator(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Comparator class from the DIT.
 LdapComparator<?> SchemaEntityFactory.getLdapComparator(SchemaManager schemaManager, LdapComparatorDescription comparatorDescription, Registries targetRegistries, java.lang.String schemaName)
          Construct a LdapComparator from a description of a comparator.
 MatchingRule SchemaEntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 Normalizer SchemaEntityFactory.getNormalizer(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Normalizer class from the DIT.
 Normalizer SchemaEntityFactory.getNormalizer(SchemaManager schemaManager, NormalizerDescription normalizerDescription, Registries targetRegistries, java.lang.String schemaName)
          Create a new instance of a Normalizer
 ObjectClass SchemaEntityFactory.getObjectClass(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          
 LdapSyntax SchemaEntityFactory.getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          
 SyntaxChecker SchemaEntityFactory.getSyntaxChecker(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a syntaxChecker class from the DIT.
 SyntaxChecker SchemaEntityFactory.getSyntaxChecker(SchemaManager schemaManager, SyntaxCheckerDescription syntaxCheckerDescription, Registries targetRegistries, java.lang.String schemaName)
          Create a new instance of a SyntaxChecker
 

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

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return Registries
 Registries DefaultSchemaManager.getRegistries()
          
 

Methods in org.apache.directory.shared.ldap.schema.manager.impl with parameters of type Registries
 void DefaultSchemaManager.setRegistries(Registries registries)
          Associate a new Registries to the SchemaManager
 

Uses of Registries in org.apache.directory.shared.ldap.schema.normalizers
 

Methods in org.apache.directory.shared.ldap.schema.normalizers with parameters of type Registries
 void CachingDeepTrimToLowerNormalizer.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 void CachingNormalizer.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 void CachingDeepTrimNormalizer.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 void CachingDnNormalizer.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 

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

Methods in org.apache.directory.shared.ldap.schema.registries that return Registries
 Registries Registries.clone()
          Clone the Registries.
 

Methods in org.apache.directory.shared.ldap.schema.registries with parameters of type Registries
protected  void AbstractSchemaLoader.notifyListenerOrRegistries(Schema schema, Registries registries)
           
 



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