Package org.forgerock.opendj.ldap.schema
Interface SchemaBuilder.SchemaBuilderHook
- Enclosing class:
- SchemaBuilder
public static interface SchemaBuilder.SchemaBuilderHook
Allows to perform modifications on element's builders before adding the result to this schema builder.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beforeAddAttribute
(AttributeType.Builder builder) Allow to modify the builder before its inclusion in schema.void
Allow to modify the builder before its inclusion in schema.void
Allow to modify the builder before its inclusion in schema.void
Allow to modify the builder before its inclusion in schema.void
Allow to modify the builder before its inclusion in schema.void
beforeAddNameForm
(NameForm.Builder builder) Allow to modify the builder before its inclusion in schema.void
beforeAddObjectClass
(ObjectClass.Builder builder) Allow to modify the builder before its inclusion in schema.void
beforeAddSyntax
(Syntax.Builder builder) Allow to modify the builder before its inclusion in schema.
-
Method Details
-
beforeAddSyntax
Allow to modify the builder before its inclusion in schema.- Parameters:
builder
- Schema's element builder.
-
beforeAddAttribute
Allow to modify the builder before its inclusion in schema.- Parameters:
builder
- Schema's element builder.
-
beforeAddObjectClass
Allow to modify the builder before its inclusion in schema.- Parameters:
builder
- Schema's element builder.
-
beforeAddMatchingRuleUse
Allow to modify the builder before its inclusion in schema.- Parameters:
builder
- Schema's element builder.
-
beforeAddMatchingRule
Allow to modify the builder before its inclusion in schema.- Parameters:
builder
- Schema's element builder.
-
beforeAddDitContentRule
Allow to modify the builder before its inclusion in schema.- Parameters:
builder
- Schema's element builder.
-
beforeAddDitStructureRule
Allow to modify the builder before its inclusion in schema.- Parameters:
builder
- Schema's element builder.
-
beforeAddNameForm
Allow to modify the builder before its inclusion in schema.- Parameters:
builder
- Schema's element builder.
-