org.apache.directory.shared.ldap.model.schema.registries.helper
Class AttributeTypeHelper

java.lang.Object
  extended by org.apache.directory.shared.ldap.model.schema.registries.helper.AttributeTypeHelper

public class AttributeTypeHelper
extends Object

An helper class used to store all the methods associated with an AttributeType in relation with the Registries and SchemaManager.

Author:
Apache Directory Project

Constructor Summary
AttributeTypeHelper()
           
 
Method Summary
static void addToRegistries(AttributeType attributeType, List<Throwable> errors, Registries registries)
           If one of the referenced SchemaObject does not exist (SUP, EQUALITY, ORDERING, SUBSTR, SYNTAX), an exception is thrown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeTypeHelper

public AttributeTypeHelper()
Method Detail

addToRegistries

public static void addToRegistries(AttributeType attributeType,
                                   List<Throwable> errors,
                                   Registries registries)
                            throws LdapException
If one of the referenced SchemaObject does not exist (SUP, EQUALITY, ORDERING, SUBSTR, SYNTAX), an exception is thrown.

Throws:
LdapException


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