|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DitContentRule | |
|---|---|
| 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 DitContentRule in org.apache.directory.api.ldap.model.schema |
|---|
| Methods in org.apache.directory.api.ldap.model.schema that return DitContentRule | |
|---|---|
DitContentRule |
DitContentRule.copy()
Copy a DitContentRule |
| Methods in org.apache.directory.api.ldap.model.schema with parameters of type DitContentRule | |
|---|---|
Entry |
AttributesFactory.convert(DitContentRule dITContentRule,
Schema schema,
SchemaManager schemaManager)
|
static String |
DescriptionUtils.getDescription(DitContentRule dITContentRule)
Generates the DITContentRuleDescription for a DitContentRule as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.16. |
static StringBuffer |
SchemaUtils.render(DitContentRule dcr)
NOT FULLY IMPLEMENTED! |
| Uses of DitContentRule in org.apache.directory.api.ldap.model.schema.parsers |
|---|
| Methods in org.apache.directory.api.ldap.model.schema.parsers that return DitContentRule | |
|---|---|
DitContentRule |
DitContentRuleDescriptionSchemaParser.parse(String schemaDescription)
Parses a DitContentRule description. |
DitContentRule |
DitContentRuleDescriptionSchemaParser.parseDITContentRuleDescription(String ditContentRuleDescription)
Parses a DIT content rule description according to RFC 4512: |
| Uses of DitContentRule in org.apache.directory.api.ldap.model.schema.registries |
|---|
| Methods in org.apache.directory.api.ldap.model.schema.registries that return DitContentRule | |
|---|---|
DitContentRule |
ImmutableDitContentRuleRegistry.get(String oid)
Gets the SchemaObject associated with a given OID. |
DitContentRule |
ImmutableDitContentRuleRegistry.lookup(String oid)
Looks up a SchemaObject by its unique Object Identifier or by name. |
DitContentRule |
ImmutableDitContentRuleRegistry.unregister(DitContentRule schemaObject)
Removes the SchemaObject registered with this registry. |
DitContentRule |
ImmutableDitContentRuleRegistry.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 DitContentRule | |
|---|---|
Iterator<DitContentRule> |
ImmutableDitContentRuleRegistry.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 DitContentRule | |
|---|---|
void |
ImmutableDitContentRuleRegistry.register(DitContentRule schemaObject)
Registers a new SchemaObject with this registry. |
DitContentRule |
ImmutableDitContentRuleRegistry.unregister(DitContentRule schemaObject)
Removes the SchemaObject registered with this registry. |
| Uses of DitContentRule 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 DitContentRule | |
|---|---|
static void |
DitContentRuleHelper.addToRegistries(DitContentRule ditContentRule,
List<Throwable> errors,
Registries registries)
Inject the DitContentRule into the registries, updating the references to other SchemaObject |
| Uses of DitContentRule in org.apache.directory.api.ldap.model.schema.syntaxes |
|---|
| Methods in org.apache.directory.api.ldap.model.schema.syntaxes that return DitContentRule | |
|---|---|
DitContentRule |
AntlrSchemaParser.ditContentRuleDescription()
Production for DIT content rule descriptions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||