org.apache.directory.mitosis.operation.support
Class EntryUtil

java.lang.Object
  extended by org.apache.directory.mitosis.operation.support.EntryUtil

public class EntryUtil
extends java.lang.Object


Method Summary
static void createGlueEntries(CoreSession coreSession, org.apache.directory.shared.ldap.name.LdapDN name, boolean includeLeaf)
           
static boolean isEntryUpdatable(CoreSession coreSession, org.apache.directory.shared.ldap.name.LdapDN name, CSN newCSN)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEntryUpdatable

public static boolean isEntryUpdatable(CoreSession coreSession,
                                       org.apache.directory.shared.ldap.name.LdapDN name,
                                       CSN newCSN)
                                throws java.lang.Exception
Throws:
java.lang.Exception

createGlueEntries

public static void createGlueEntries(CoreSession coreSession,
                                     org.apache.directory.shared.ldap.name.LdapDN name,
                                     boolean includeLeaf)
                              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.