public interface SchemaUpdater
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.ldap.schema.SchemaBuilder |
getSchemaBuilder()
Returns a schema builder based on the current schema.
|
boolean |
updateSchema(org.forgerock.opendj.ldap.schema.Schema schema)
Replaces the current schema by the provided schema.
|
org.forgerock.opendj.ldap.schema.SchemaBuilder getSchemaBuilder()
boolean updateSchema(org.forgerock.opendj.ldap.schema.Schema schema)
schema
- the new schematrue
if the replacement succeeds, false otherwiseCopyright © 2010-2016 ForgeRock AS. All Rights Reserved.