Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.LdapSyntaxRegistry

Packages that use LdapSyntaxRegistry
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   
 

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

Methods in org.apache.directory.api.ldap.model.schema that return LdapSyntaxRegistry
 LdapSyntaxRegistry SchemaManager.getLdapSyntaxRegistry()
          Get an immutable reference on the LdapSyntax registry
 

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

Classes in org.apache.directory.api.ldap.model.schema.registries that implement LdapSyntaxRegistry
 class DefaultLdapSyntaxRegistry
          A LdapSyntax registry's service default implementation.
 class ImmutableLdapSyntaxRegistry
          An immutable wrapper of the Syntax registry.
 

Fields in org.apache.directory.api.ldap.model.schema.registries declared as LdapSyntaxRegistry
protected  LdapSyntaxRegistry Registries.ldapSyntaxRegistry
          The LdapSyntax registry
 

Methods in org.apache.directory.api.ldap.model.schema.registries that return LdapSyntaxRegistry
 LdapSyntaxRegistry LdapSyntaxRegistry.copy()
          Copy the LdapSyntaxRegistry
 LdapSyntaxRegistry Registries.getLdapSyntaxRegistry()
           
 

Constructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type LdapSyntaxRegistry
ImmutableLdapSyntaxRegistry(LdapSyntaxRegistry ldapSyntaxRegistry)
          Creates a new instance of ImmutableLdapSyntaxRegistry.
 



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