org.apache.directory.shared.ldap.model.schema.registries.helper
Class AttributeTypeHelper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeTypeHelper
public AttributeTypeHelper()
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.