- Schema - Class in org.apache.directory.api.ldap.schema.converter
-
A bean used to hold a schema.
- Schema() - Constructor for class org.apache.directory.api.ldap.schema.converter.Schema
-
- SchemaElement - Interface in org.apache.directory.api.ldap.schema.converter
-
An interface defining the methods to be implemented by the SchemaElement
classes
- SchemaElementImpl - Class in org.apache.directory.api.ldap.schema.converter
-
An abstract SchemaElement implementation.
- SchemaElementImpl() - Constructor for class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
-
- schemaElements - Variable in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
-
- schemaIn - Variable in class org.apache.directory.api.ldap.schema.converter.SchemaParser
-
The inputStream mapped over the schema file to parse
- SchemaParser - Class in org.apache.directory.api.ldap.schema.converter
-
A reusable wrapper for antlr generated schema parsers.
- SchemaParser() - Constructor for class org.apache.directory.api.ldap.schema.converter.SchemaParser
-
Creates a reusable instance of an SchemaParser.
- SchemaParser.DataProducer - Class in org.apache.directory.api.ldap.schema.converter
-
The thread which read the schema files and fill the
temporary buffer used by the lexical analyzer.
- schemaToLdif(String, String) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
-
Transform a Schema to a LDIF formated String
- SchemaToLdif - Class in org.apache.directory.api.ldap.schema.converter
-
A class used to translate a OpenLdap schema file to a Ldif file compatible
with the ApacheDS meta schema format
- SchemaToLdif() - Constructor for class org.apache.directory.api.ldap.schema.converter.SchemaToLdif
-
Private constructor.
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.schema.converter.ParserException
-
The serial Version UID
- setClassType(ObjectClassTypeEnum) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
-
Set the objectClass type.
- setCollective(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the attributeType collective flag
- setDescription(String) - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
-
Set the schema element's description
- setDescription(String) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
-
Set the schema element's description
- setEquality(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the equality Matching Rule
- setExtensions(Map<String, List<String>>) - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
-
Set a list of extensions for a schemaElement
- setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
-
Set a list of extensions for a schemaElement
- setInput(InputStream) - Method in class org.apache.directory.api.ldap.schema.converter.Schema
-
Set the inputStream mapped on the schema file
- setMay(List<String>) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
-
Set the list of optional attributes
- setMust(List<String>) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
-
Set the list of mandatory attributes
- setName(String) - Method in class org.apache.directory.api.ldap.schema.converter.Schema
-
Set the schema name to parse.
- setNames(List<String>) - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
-
Set a list of names for a schemaElement
- setNames(List<String>) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
-
Set a list of names for a schemaElement
- setNoUserModification(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the attributeType noUserModification flag
- setObsolete(boolean) - Method in interface org.apache.directory.api.ldap.schema.converter.SchemaElement
-
Set the obsolete flag
- setObsolete(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.SchemaElementImpl
-
Set the obsolete flag
- setOidLen(long) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the attributeType's syntax length
- setOrdering(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the ordering Matching Rule
- setOutput(Writer) - Method in class org.apache.directory.api.ldap.schema.converter.Schema
-
Set a writer to dump the ldif files
- setSingleValue(boolean) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the attributeType singleValue flag
- setSubstr(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the substring Matching Rule
- setSuperior(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the attributeType's superior
- setSuperiors(List<String>) - Method in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
-
Set the list of inherited objectClasses
- setSyntax(String) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the attributeType's syntax
- setUsage(UsageEnum) - Method in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
Set the attributeType's usage
- singleValue - Variable in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
A flag for single valued attributes.
- substr(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
-
- substr - Variable in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
The substring matching rule
- superior(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
-
- superior - Variable in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
The optional superior
- superiors - Variable in class org.apache.directory.api.ldap.schema.converter.ObjectClassHolder
-
The list of superiors
- syntax(AttributeTypeHolder) - Method in class org.apache.directory.api.ldap.schema.converter.antlrSchemaConverterParser
-
- SYNTAX - Static variable in interface org.apache.directory.api.ldap.schema.converter.antlrSchemaTokenTypes
-
- syntax - Variable in class org.apache.directory.api.ldap.schema.converter.AttributeTypeHolder
-
The syntax this attribute respects