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.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(List<Throwable> errors, Registries registries)
          Inject this SchemaObject into the given registries, updating the references to other SchemaObject
 void ObjectClass.addToRegistries(List<Throwable> errors, Registries registries)
          Inject the ObjectClass into the registries, updating the references to other SchemaObject
 void MatchingRule.addToRegistries(List<Throwable> errors, Registries registries)
          Inject the MatchingRule into the registries, updating the references to other SchemaObject
 void LdapSyntax.addToRegistries(List<Throwable> errors, Registries registries)
          Inject the Syntax into the registries, updating the references to other SchemaObject
 void AttributeType.addToRegistries(List<Throwable> errors, Registries registries)
          Inject the attributeType into the registries, updating the references to other SchemaObject.
 void AbstractSchemaObject.addToRegistries(List<Throwable> errors, Registries registries)
          Inject this SchemaObject to the given registries, updating the references to other SchemaObject
 void NameForm.addToRegistries(Registries registries)
          Inject the NameForm 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 DITContentRule.addToRegistries(Registries registries)
          Inject the DITContentRule into the registries, updating the references to other SchemaObject
 AttributeType EntityFactory.getAttributeType(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
          Construct an AttributeType from an entry representing an AttributeType.
 LdapComparator<?> EntityFactory.getLdapComparator(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
          Retrieve and load a Comparator class from the DIT.
 LdapComparator<?> EntityFactory.getLdapComparator(SchemaManager schemaManager, LdapComparatorDescription comparatorDescription, Registries targetRegistries, String schemaName)
          Construct a LdapComparator from a description of a comparator.
 MatchingRule EntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 Normalizer EntityFactory.getNormalizer(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
          Retrieve and load a Normalizer class from the DIT.
 Normalizer EntityFactory.getNormalizer(SchemaManager schemaManager, NormalizerDescription normalizerDescription, Registries targetRegistries, String schemaName)
          Create a new instance of a Normalizer
 ObjectClass EntityFactory.getObjectClass(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
           
 LdapSyntax EntityFactory.getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
           
 SyntaxChecker EntityFactory.getSyntaxChecker(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)
          Retrieve and load a syntaxChecker class from the DIT.
 SyntaxChecker EntityFactory.getSyntaxChecker(SchemaManager schemaManager, SyntaxCheckerDescription syntaxCheckerDescription, Registries targetRegistries, 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 LoadableSchemaObject.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 SchemaObject.removeFromRegistries(List<Throwable> errors, Registries registries)
          Remove this SchemaObject from the given registries, updating the references to other SchemaObject
 void ObjectClass.removeFromRegistries(List<Throwable> errors, Registries registries)
          Remove the ObjectClass from the registries, updating the references to other SchemaObject.
 void MatchingRule.removeFromRegistries(List<Throwable> errors, Registries registries)
          Remove the MatchingRule from the registries, updating the references to other SchemaObject.
 void LdapSyntax.removeFromRegistries(List<Throwable> errors, Registries registries)
          Remove the SDyntax from the registries, updating the references to other SchemaObject.
 void AttributeType.removeFromRegistries(List<Throwable> errors, Registries registries)
          Remove the attributeType from the registries, updating the references to other SchemaObject.
 void AbstractSchemaObject.removeFromRegistries(List<Throwable> errors, Registries registries)
          Remove this SchemaObject from the given registries, updating the references to other SchemaObject
 void SchemaObject.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 void SchemaManager.setRegistries(Registries registries)
          Associate a new Registries to the SchemaManager
 void AbstractSchemaObject.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 

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 CachingNormalizer.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 void CachingDnNormalizer.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 void CachingDeepTrimToLowerNormalizer.setRegistries(Registries registries)
          Inject the Registries into the SchemaObject
 void CachingDeepTrimNormalizer.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 © 2004-2010 The Apache Software Foundation. All Rights Reserved.