Uses of Class
org.apache.directory.api.ldap.model.schema.registries.Registries

Packages that use Registries
org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.api.ldap.model.schema.registries   
org.apache.directory.api.ldap.model.schema.registries.helper   
 

Uses of Registries in org.apache.directory.api.ldap.model.schema
 

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

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

Uses of Registries in org.apache.directory.api.ldap.model.schema.registries
 

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

Uses of Registries in org.apache.directory.api.ldap.model.schema.registries.helper
 

Methods in org.apache.directory.api.ldap.model.schema.registries.helper with parameters of type Registries
static void DitContentRuleHelper.addToRegistries(DitContentRule ditContentRule, List<Throwable> errors, Registries registries)
          Inject the DitContentRule into the registries, updating the references to other SchemaObject
static void LdapSyntaxHelper.addToRegistries(LdapSyntax ldapSyntax, List<Throwable> errors, Registries registries)
          Inject the LdapSyntax into the registries, updating the references to other SchemaObject
static void MatchingRuleUseHelper.addToRegistries(MatchingRuleUse matchingRuleUse, List<Throwable> errors, Registries registries)
          Inject the MatchingRuleUse into the registries, updating the references to other SchemaObject
static void AttributeTypeHelper.addToRegistries(MutableAttributeType attributeType, List<Throwable> errors, Registries registries)
          Inject the AttributeType into the Registries, updating the references to other SchemaObject If one of the referenced SchemaObject does not exist (SUP, EQUALITY, ORDERING, SUBSTR, SYNTAX), an exception is thrown.
static void MatchingRuleHelper.addToRegistries(MutableMatchingRule matchingRule, List<Throwable> errors, Registries registries)
          Inject the MatchingRule into the Registries, updating the references to other SchemaObject
static void NameFormHelper.addToRegistries(NameForm nameForm, List<Throwable> errors, Registries registries)
          Inject the NameForm into the registries, updating the references to other SchemaObject
static void ObjectClassHelper.addToRegistries(ObjectClass objectClass, List<Throwable> errors, Registries registries)
          Inject the ObjectClass into the registries, updating the references to other SchemaObject
static void AttributeTypeHelper.removeFromRegistries(AttributeType attributeType, List<Throwable> errors, Registries registries)
          Remove the AttributeType from the registries, updating the references to other SchemaObject.
static void LdapSyntaxHelper.removeFromRegistries(LdapSyntax ldapSyntax, List<Throwable> errors, Registries registries)
          Remove the LdapSyntax from the Registries, updating the references to other SchemaObject.
static void MatchingRuleHelper.removeFromRegistries(MatchingRule matchingRule, List<Throwable> errors, Registries registries)
          Remove the MatchingRule from the Registries, updating the references to other SchemaObject.
static void ObjectClassHelper.removeFromRegistries(ObjectClass objectClass, List<Throwable> errors, Registries registries)
          Remove the ObjectClass from the registries, updating the references to other SchemaObject.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.