org.apache.directory.api.ldap.model.schema.registries.helper
Class DitContentRuleHelper
java.lang.Object
org.apache.directory.api.ldap.model.schema.registries.helper.DitContentRuleHelper
public class DitContentRuleHelper
- extends Object
An helper class used to store all the methods associated with an DitContentRule
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 |
DitContentRuleHelper
public DitContentRuleHelper()
addToRegistries
public static void addToRegistries(DitContentRule ditContentRule,
List<Throwable> errors,
Registries registries)
throws LdapException
- Inject the DitContentRule into the registries, updating the references to
other SchemaObject
- Parameters:
ditContentRule - The DitContentRule to add to the Registrieserrors - The errors we got while adding the DitContentRule to the Registriesregistries - The Registries
- Throws:
If - the addition failed
LdapException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.