Class ExpressionSchema
java.lang.Object
org.forgerock.opendj.config.schema.ExpressionSchema
Utility methods for obtaining Expression syntaxes that are based on existing syntaxes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaBuilder
addExpressionSyntaxesToSchema
(SchemaBuilder builder, Schema schema) Adds the configuration expression syntaxes to the provided schema builder.
-
Method Details
-
addExpressionSyntaxesToSchema
Adds the configuration expression syntaxes to the provided schema builder.- Parameters:
builder
- The schema builder to which the schema elements should be added.schema
- The initial schema that must contains all syntaxes used for configuration- Returns:
- The schema builder.
-