org.apache.directory.api.ldap.model.schema.registries.helper
Class MatchingRuleUseHelper

java.lang.Object
  extended by org.apache.directory.api.ldap.model.schema.registries.helper.MatchingRuleUseHelper

public class MatchingRuleUseHelper
extends Object

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

Author:
Apache Directory Project

Constructor Summary
MatchingRuleUseHelper()
           
 
Method Summary
static void addToRegistries(MatchingRuleUse matchingRuleUse, List<Throwable> errors, Registries registries)
          Inject the MatchingRuleUse into the registries, updating the references to other SchemaObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchingRuleUseHelper

public MatchingRuleUseHelper()
Method Detail

addToRegistries

public static void addToRegistries(MatchingRuleUse matchingRuleUse,
                                   List<Throwable> errors,
                                   Registries registries)
                            throws LdapException
Inject the MatchingRuleUse into the registries, updating the references to other SchemaObject

Parameters:
matchingRuleUse - The MatchingRuleUse to add to the Registries
errors - The errors we got while adding the MatchingRuleUse to the Registries
registries - The Registries
Throws:
If - the addition failed
LdapException


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