public abstract class AbstractSchemaObject extends Object implements SchemaObject
Modifier and Type | Field and Description |
---|---|
protected String |
description
A short description of this SchemaObject
|
protected Map<String,List<String>> |
extensions
A map containing the list of supported extensions
|
protected boolean |
isEnabled
Whether or not this SchemaObject is enabled
|
protected boolean |
isObsolete
Whether or not this SchemaObject is obsolete
|
protected boolean |
isReadOnly
Whether or not this SchemaObject can be modified
|
protected boolean |
locked
A locked to avoid modifications when set to true
|
protected List<String> |
names
The optional names for this SchemaObject
|
protected SchemaObjectType |
objectType
The SchemaObjectType
|
protected String |
oid
The SchemaObject numeric OID
|
protected String |
schemaName
The name of the schema this object is associated with
|
static long |
serialVersionUID
The serialVersionUID
|
protected String |
specification
The SchemaObject specification
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractSchemaObject(SchemaObjectType objectType)
Constructor used when a generic reusable SchemaObject is assigned an
OID after being instantiated.
|
protected |
AbstractSchemaObject(SchemaObjectType objectType,
String oid)
A constructor for a SchemaObject instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addExtension(String key,
List<String> values)
Add an extension with its values
|
void |
addName(String... names)
Add a new name to the list of names for this SchemaObject.
|
void |
addToRegistries(List<Throwable> errors,
Registries registries)
Inject this SchemaObject to the given registries, updating the references to
other SchemaObject
|
void |
clear()
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
|
protected boolean |
compareOid(String oid1,
String oid2)
Compare two oids, and return true if they are both null or
equals
|
abstract SchemaObject |
copy()
Copy the current SchemaObject on place
|
SchemaObject |
copy(SchemaObject original)
Copy a SchemaObject.
|
boolean |
equals(Object o1) |
String |
getDescription()
Gets a short description about this SchemaObject.
|
Map<String,List<String>> |
getExtensions() |
String |
getName()
Gets the first name in the set of short names for this SchemaObject if
any exists for it.
|
List<String> |
getNames()
Gets short names for this SchemaObject if any exists for it, otherwise,
returns an empty list.
|
SchemaObjectType |
getObjectType()
The SchemaObject type :
AttributeType
DitCOntentRule
DitStructureRule
LdapComparator (specific to ADS)
LdapSyntaxe
MatchingRule
MatchingRuleUse
NameForm
Normalizer (specific to ADS)
ObjectClass
SyntaxChecker (specific to ADS)
|
String |
getOid()
Gets usually what is the numeric object identifier assigned to this
SchemaObject.
|
String |
getSchemaName()
Gets the name of the schema this SchemaObject is associated with.
|
String |
getSpecification()
Gets the SchemaObject specification.
|
int |
hashCode() |
boolean |
isDisabled()
Tells if this SchemaObject is disabled.
|
boolean |
isEnabled()
Tells if this SchemaObject is enabled.
|
boolean |
isObsolete()
Gets whether or not this SchemaObject has been inactivated.
|
boolean |
isReadOnly()
Tells if this SchemaObject is ReadOnly.
|
void |
lock()
Transform the SchemaObject to an immutable object
TODO locked.
|
void |
registerOid(SchemaObject schemaObject,
Registries registries)
Register the given SchemaObject into the given registries' globalOidRegistry
|
void |
removeFromRegistries(List<Throwable> errors,
Registries registries)
Remove this SchemaObject from the given registries, updating the references to
other SchemaObject
|
void |
setDescription(String description)
Sets the SchemaObject's description
|
void |
setEnabled(boolean enabled)
Sets the SchemaObject state, either enabled or disabled.
|
void |
setExtensions(Map<String,List<String>> extensions)
Add an extensions with their values.
|
void |
setNames(List<String> names)
Sets the list of names for this SchemaObject.
|
void |
setNames(String... names)
Sets the list of names for this SchemaObject.
|
void |
setObsolete(boolean obsolete)
Sets the Obsolete flag.
|
void |
setOid(String oid)
A special method used when renaming an SchemaObject: we may have to
change it's OID
|
void |
setReadOnly(boolean isReadOnly)
Sets the SchemaObject readOnly flag
|
void |
setRegistries(Registries registries)
Inject the Registries into the SchemaObject
|
void |
setSchemaName(String schemaName)
Sets the name of the schema this SchemaObject is associated with.
|
void |
setSpecification(String specification)
Sets the SchemaObject's specification
|
public static final long serialVersionUID
protected String oid
protected boolean isEnabled
protected boolean isReadOnly
protected boolean isObsolete
protected String description
protected String specification
protected String schemaName
protected SchemaObjectType objectType
protected Map<String,List<String>> extensions
protected volatile boolean locked
protected AbstractSchemaObject(SchemaObjectType objectType, String oid)
objectType
- The SchemaObjectType to createprotected AbstractSchemaObject(SchemaObjectType objectType)
objectType
- The SchemaObjectType to createpublic String getOid()
getOid
in interface SchemaObject
public void setOid(String oid)
setOid
in interface SchemaObject
oid
- The new OIDpublic List<String> getNames()
getNames
in interface SchemaObject
public String getName()
getName
in interface SchemaObject
public void addToRegistries(List<Throwable> errors, Registries registries) throws LdapException
addToRegistries
in interface SchemaObject
errors
- The errors we gotregistries
- The RegistriesLdapException
public void removeFromRegistries(List<Throwable> errors, Registries registries) throws LdapException
removeFromRegistries
in interface SchemaObject
errors
- The errors we gotregistries
- The RegistriesLdapException
public void setRegistries(Registries registries)
setRegistries
in interface SchemaObject
registries
- The Registriespublic void addName(String... names)
addName
in interface SchemaObject
names
- The names to addpublic void setNames(List<String> names)
setNames
in interface SchemaObject
names
- The list of names. Can be emptypublic void setNames(String... names)
names
- The list of names.public String getDescription()
getDescription
in interface SchemaObject
public void setDescription(String description)
setDescription
in interface SchemaObject
description
- The SchemaObject's descriptionpublic String getSpecification()
getSpecification
in interface SchemaObject
public void setSpecification(String specification)
setSpecification
in interface SchemaObject
specification
- The SchemaObject's specificationpublic boolean isEnabled()
isEnabled
in interface SchemaObject
schemaEnabled
- the associated schema statuspublic boolean isDisabled()
isDisabled
in interface SchemaObject
public void setEnabled(boolean enabled)
setEnabled
in interface SchemaObject
enabled
- The current SchemaObject statepublic boolean isReadOnly()
isReadOnly
in interface SchemaObject
public void setReadOnly(boolean isReadOnly)
setReadOnly
in interface SchemaObject
enabled
- The current SchemaObject ReadOnly statuspublic boolean isObsolete()
isObsolete
in interface SchemaObject
public void setObsolete(boolean obsolete)
setObsolete
in interface SchemaObject
obsolete
- The Obsolete flag statepublic Map<String,List<String>> getExtensions()
getExtensions
in interface SchemaObject
public void addExtension(String key, List<String> values)
addExtension
in interface SchemaObject
key
- The extension keyvalues
- The associated valuespublic void setExtensions(Map<String,List<String>> extensions)
setExtensions
in interface SchemaObject
key
- The extension keyvalues
- The associated valuespublic SchemaObjectType getObjectType()
getObjectType
in interface SchemaObject
public String getSchemaName()
getSchemaName
in interface SchemaObject
public void setSchemaName(String schemaName)
setSchemaName
in interface SchemaObject
schemaName
- the new schema namepublic int hashCode()
hashCode
in interface SchemaObject
hashCode
in class Object
Object.hashCode()
public boolean equals(Object o1)
equals
in interface SchemaObject
equals
in class Object
Object.equals(Object)
public void registerOid(SchemaObject schemaObject, Registries registries) throws LdapException
registerOid
in interface SchemaObject
schemaObject
- the SchemaObject we want to registerregistries
- The registries in which we want it to be storedLdapException
- If the OID is invalidpublic abstract SchemaObject copy()
copy
in interface SchemaObject
protected boolean compareOid(String oid1, String oid2)
public SchemaObject copy(SchemaObject original)
copy
in interface SchemaObject
public void clear()
clear
in interface SchemaObject
public final void lock()
lock
in interface SchemaObject
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.