Uses of Class
org.forgerock.opendj.ldap.schema.Syntax.Builder
-
Packages that use Syntax.Builder Package Description org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas. -
-
Uses of Syntax.Builder in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return Syntax.Builder Modifier and Type Method Description Syntax.BuilderSchemaBuilder. buildSyntax(String oid)Returns a builder which can be used for incrementally constructing a new syntax before adding it to the schema.Syntax.BuilderSchemaBuilder. buildSyntax(Syntax syntax)Returns a syntax builder whose fields are initialized to the values of the provided syntax.Syntax.BuilderSyntax.Builder. description(String description)Syntax.BuilderSyntax.Builder. extraProperties(String extensionName, String... extensionValues)Syntax.BuilderSyntax.Builder. extraProperties(Map<String,List<String>> extraProperties)Syntax.BuilderSyntax.Builder. implementation(SyntaxImpl implementation)Sets the syntax implementation.Syntax.BuilderSyntax.Builder. oid(String oid)Sets the numeric OID which uniquely identifies this syntax.Syntax.BuilderSyntax.Builder. removeAllExtraProperties()Syntax.BuilderSyntax.Builder. removeExtraProperty(String extensionName, String... extensionValues)Methods in org.forgerock.opendj.ldap.schema with parameters of type Syntax.Builder Modifier and Type Method Description voidSchemaBuilder.SchemaBuilderHook. beforeAddSyntax(Syntax.Builder builder)Allow to modify the builder before its inclusion in schema.
-