|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaObjectType | |
|---|---|
| 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.registries | |
| Uses of SchemaObjectType in org.apache.directory.api.ldap.model.schema |
|---|
| Fields in org.apache.directory.api.ldap.model.schema declared as SchemaObjectType | |
|---|---|
protected SchemaObjectType |
AbstractSchemaObject.objectType
The SchemaObjectType |
| Methods in org.apache.directory.api.ldap.model.schema that return SchemaObjectType | |
|---|---|
SchemaObjectType |
SchemaObject.getObjectType()
The SchemaObject type : AttributeType DitCOntentRule DitStructureRule LdapComparator (specific to ADS) LdapSyntaxe MatchingRule MatchingRuleUse NameForm Normalizer (specific to ADS) ObjectClass SyntaxChecker (specific to ADS) |
SchemaObjectType |
AbstractSchemaObject.getObjectType()
The SchemaObject type : AttributeType DitCOntentRule DitStructureRule LdapComparator (specific to ADS) LdapSyntaxe MatchingRule MatchingRuleUse NameForm Normalizer (specific to ADS) ObjectClass SyntaxChecker (specific to ADS) |
static SchemaObjectType |
SchemaObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SchemaObjectType[] |
SchemaObjectType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.apache.directory.api.ldap.model.schema with parameters of type SchemaObjectType | |
|---|---|
AbstractSchemaObject(SchemaObjectType objectType)
Constructor used when a generic reusable SchemaObject is assigned an OID after being instantiated. |
|
AbstractSchemaObject(SchemaObjectType objectType,
String oid)
A constructor for a SchemaObject instance. |
|
LoadableSchemaObject(SchemaObjectType objectType)
Constructor to use when the OID is not known until after instantiation. |
|
LoadableSchemaObject(SchemaObjectType objectType,
String oid)
Constructor to use when the OID is known in advance. |
|
| Uses of SchemaObjectType in org.apache.directory.api.ldap.model.schema.registries |
|---|
| Fields in org.apache.directory.api.ldap.model.schema.registries declared as SchemaObjectType | |
|---|---|
protected SchemaObjectType |
DefaultSchemaObjectRegistry.schemaObjectType
The SchemaObject type, used by the toString() method |
| Methods in org.apache.directory.api.ldap.model.schema.registries that return SchemaObjectType | |
|---|---|
SchemaObjectType |
SchemaObjectRegistry.getType()
|
SchemaObjectType |
ImmutableSyntaxCheckerRegistry.getType()
|
SchemaObjectType |
ImmutableObjectClassRegistry.getType()
|
SchemaObjectType |
ImmutableNormalizerRegistry.getType()
|
SchemaObjectType |
ImmutableNameFormRegistry.getType()
|
SchemaObjectType |
ImmutableMatchingRuleUseRegistry.getType()
|
SchemaObjectType |
ImmutableMatchingRuleRegistry.getType()
|
SchemaObjectType |
ImmutableLdapSyntaxRegistry.getType()
|
SchemaObjectType |
ImmutableDitStructureRuleRegistry.getType()
|
SchemaObjectType |
ImmutableDitContentRuleRegistry.getType()
|
SchemaObjectType |
ImmutableComparatorRegistry.getType()
|
SchemaObjectType |
ImmutableAttributeTypeRegistry.getType()
|
SchemaObjectType |
DefaultSchemaObjectRegistry.getType()
|
| Constructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type SchemaObjectType | |
|---|---|
DefaultSchemaObjectRegistry(SchemaObjectType schemaObjectType,
OidRegistry<T> oidRegistry)
Creates a new DefaultSchemaObjectRegistry instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||