public class SchemaSubentryManager extends Object
Constructor and Description |
---|
SchemaSubentryManager(org.apache.directory.shared.ldap.schema.SchemaManager schemaManager,
org.apache.directory.shared.ldap.schema.registries.SchemaLoader loader) |
Modifier and Type | Method and Description |
---|---|
void |
modifySchemaSubentry(ModifyOperationContext opContext,
boolean doCascadeModify) |
void |
modifySchemaSubentry(ModifyOperationContext opContext,
org.apache.directory.shared.ldap.name.DN name,
int modOp,
org.apache.directory.shared.ldap.entry.ServerEntry mods,
org.apache.directory.shared.ldap.entry.ServerEntry subentry,
org.apache.directory.shared.ldap.entry.ServerEntry targetSubentry,
boolean doCascadeModify) |
public void modifySchemaSubentry(ModifyOperationContext opContext, boolean doCascadeModify) throws Exception
Exception
public void modifySchemaSubentry(ModifyOperationContext opContext, org.apache.directory.shared.ldap.name.DN name, int modOp, org.apache.directory.shared.ldap.entry.ServerEntry mods, org.apache.directory.shared.ldap.entry.ServerEntry subentry, org.apache.directory.shared.ldap.entry.ServerEntry targetSubentry, boolean doCascadeModify) throws Exception
Exception
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.