public class SchemaSubentryModifier extends Object
Constructor and Description |
---|
SchemaSubentryModifier(org.apache.directory.shared.ldap.schema.SchemaManager schemaManager)
Creates a new instance of SchemaSubentryModifier.
|
Modifier and Type | Method and Description |
---|---|
void |
add(OperationContext opContext,
org.apache.directory.shared.ldap.schema.parsers.LdapComparatorDescription comparatorDescription) |
void |
add(OperationContext opContext,
org.apache.directory.shared.ldap.schema.parsers.NormalizerDescription normalizerDescription) |
void |
add(OperationContext opContext,
org.apache.directory.shared.ldap.schema.parsers.SyntaxCheckerDescription syntaxCheckerDescription) |
void |
addSchemaObject(OperationContext opContext,
org.apache.directory.shared.ldap.schema.SchemaObject obj) |
void |
delete(OperationContext opContext,
org.apache.directory.shared.ldap.schema.parsers.LdapComparatorDescription comparatorDescription) |
void |
delete(OperationContext opContext,
org.apache.directory.shared.ldap.schema.parsers.NormalizerDescription normalizerDescription) |
void |
delete(OperationContext opContext,
org.apache.directory.shared.ldap.schema.parsers.SyntaxCheckerDescription syntaxCheckerDescription) |
void |
deleteSchemaObject(OperationContext opContext,
org.apache.directory.shared.ldap.schema.SchemaObject obj) |
public SchemaSubentryModifier(org.apache.directory.shared.ldap.schema.SchemaManager schemaManager)
schemaManager
- The server schemaManagerdao
- public void add(OperationContext opContext, org.apache.directory.shared.ldap.schema.parsers.LdapComparatorDescription comparatorDescription) throws Exception
Exception
public void add(OperationContext opContext, org.apache.directory.shared.ldap.schema.parsers.NormalizerDescription normalizerDescription) throws Exception
Exception
public void add(OperationContext opContext, org.apache.directory.shared.ldap.schema.parsers.SyntaxCheckerDescription syntaxCheckerDescription) throws Exception
Exception
public void addSchemaObject(OperationContext opContext, org.apache.directory.shared.ldap.schema.SchemaObject obj) throws Exception
Exception
public void deleteSchemaObject(OperationContext opContext, org.apache.directory.shared.ldap.schema.SchemaObject obj) throws Exception
Exception
public void delete(OperationContext opContext, org.apache.directory.shared.ldap.schema.parsers.NormalizerDescription normalizerDescription) throws Exception
Exception
public void delete(OperationContext opContext, org.apache.directory.shared.ldap.schema.parsers.SyntaxCheckerDescription syntaxCheckerDescription) throws Exception
Exception
public void delete(OperationContext opContext, org.apache.directory.shared.ldap.schema.parsers.LdapComparatorDescription comparatorDescription) throws Exception
Exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.