Uses of Class
org.apache.directory.api.ldap.model.schema.LdapSyntax

Packages that use LdapSyntax
org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.api.ldap.model.schema.parsers   
org.apache.directory.api.ldap.model.schema.registries   
org.apache.directory.api.ldap.model.schema.registries.helper   
org.apache.directory.api.ldap.model.schema.syntaxes   
 

Uses of LdapSyntax in org.apache.directory.api.ldap.model.schema
 

Fields in org.apache.directory.api.ldap.model.schema declared as LdapSyntax
protected  LdapSyntax MatchingRule.ldapSyntax
          The associated LdapSyntax
protected  LdapSyntax AttributeType.syntax
          The syntax associated with the syntaxID
 

Methods in org.apache.directory.api.ldap.model.schema that return LdapSyntax
 LdapSyntax LdapSyntax.copy()
          Copy the current SchemaObject on place
 LdapSyntax MatchingRule.getSyntax()
          Gets the LdapSyntax used by this MatchingRule.
 LdapSyntax AttributeType.getSyntax()
          Gets the Syntax for this AttributeType's values.
 LdapSyntax SchemaManager.lookupLdapSyntaxRegistry(String oid)
          Lookup for an LdapSyntax in the LdapSyntax registry
 

Methods in org.apache.directory.api.ldap.model.schema with parameters of type LdapSyntax
 Entry AttributesFactory.convert(LdapSyntax syntax, Schema schema, SchemaManager schemaManager)
           
static String DescriptionUtils.getDescription(LdapSyntax syntax)
          Generates the SyntaxDescription for a Syntax as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.54.
static StringBuffer SchemaUtils.render(LdapSyntax syntax)
          Renders a Syntax into a new StringBuffer according to the LDAP Syntax Description Syntax 1.3.6.1.4.1.1466.115.121.1.54.
 void MutableMatchingRule.setSyntax(LdapSyntax ldapSyntax)
          Sets the Syntax
 void MutableAttributeType.setSyntax(LdapSyntax syntax)
          Sets the Syntax for this AttributeType
 void MutableMatchingRule.updateSyntax(LdapSyntax ldapSyntax)
          Update the associated Syntax, even if the SchemaObject is readOnly
 void MutableAttributeType.updateSyntax(LdapSyntax newSyntax)
          Update the associated Syntax, even if the SchemaObject is readOnly
 

Uses of LdapSyntax in org.apache.directory.api.ldap.model.schema.parsers
 

Methods in org.apache.directory.api.ldap.model.schema.parsers that return LdapSyntax
 LdapSyntax LdapSyntaxDescriptionSchemaParser.parse(String schemaDescription)
          Parses a LdapSyntax description.
 LdapSyntax LdapSyntaxDescriptionSchemaParser.parseLdapSyntaxDescription(String ldapSyntaxDescription)
          Parses a LDAP syntax description according to RFC 4512:
 

Methods in org.apache.directory.api.ldap.model.schema.parsers with parameters of type LdapSyntax
static boolean ParserDescriptionUtils.syntaxesMatch(LdapSyntax ldapSyntax0, LdapSyntax ldapSyntax1)
          Checks to see if two syntax match exactly.
 

Uses of LdapSyntax in org.apache.directory.api.ldap.model.schema.registries
 

Methods in org.apache.directory.api.ldap.model.schema.registries that return LdapSyntax
 LdapSyntax ImmutableLdapSyntaxRegistry.get(String oid)
          Gets the SchemaObject associated with a given OID.
 LdapSyntax ImmutableLdapSyntaxRegistry.lookup(String oid)
          Looks up a SchemaObject by its unique Object Identifier or by name.
 LdapSyntax ImmutableLdapSyntaxRegistry.unregister(LdapSyntax schemaObject)
          Removes the SchemaObject registered with this registry.
 LdapSyntax ImmutableLdapSyntaxRegistry.unregister(String numericOid)
          Removes the SchemaObject registered with this registry, using its numeric OID.
 

Methods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type LdapSyntax
 Iterator<LdapSyntax> ImmutableLdapSyntaxRegistry.iterator()
          Gets an iterator over the registered schema objects in the registry.
 

Methods in org.apache.directory.api.ldap.model.schema.registries with parameters of type LdapSyntax
 void ImmutableLdapSyntaxRegistry.register(LdapSyntax schemaObject)
          Registers a new SchemaObject with this registry.
 LdapSyntax ImmutableLdapSyntaxRegistry.unregister(LdapSyntax schemaObject)
          Removes the SchemaObject registered with this registry.
 

Uses of LdapSyntax in org.apache.directory.api.ldap.model.schema.registries.helper
 

Methods in org.apache.directory.api.ldap.model.schema.registries.helper with parameters of type LdapSyntax
static void LdapSyntaxHelper.addToRegistries(LdapSyntax ldapSyntax, List<Throwable> errors, Registries registries)
          Inject the LdapSyntax into the registries, updating the references to other SchemaObject
static void LdapSyntaxHelper.removeFromRegistries(LdapSyntax ldapSyntax, List<Throwable> errors, Registries registries)
          Remove the LdapSyntax from the Registries, updating the references to other SchemaObject.
 

Uses of LdapSyntax in org.apache.directory.api.ldap.model.schema.syntaxes
 

Methods in org.apache.directory.api.ldap.model.schema.syntaxes that return LdapSyntax
 LdapSyntax AntlrSchemaParser.ldapSyntaxDescription()
          Production for matching ldap syntax descriptions.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.