public class SchemaSubentryManager extends Object
| Constructor and Description |
|---|
SchemaSubentryManager(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
org.apache.directory.server.core.api.DnFactory dnFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
modifySchemaSubentry(org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext modifyContext,
boolean doCascadeModify)
Update the SubschemaSubentry with all the modifications
|
public SchemaSubentryManager(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager, org.apache.directory.server.core.api.DnFactory dnFactory) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionpublic void modifySchemaSubentry(org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext modifyContext, boolean doCascadeModify) throws org.apache.directory.api.ldap.model.exception.LdapException
modifyContext - The Modification contextdoCascadeModify - If we should recursively apply the modificationorg.apache.directory.api.ldap.model.exception.LdapException - If the schema modification failedCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.