|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectClassRegistry
ObjectClass registry service interface.
Method Summary | |
---|---|
boolean |
hasObjectClass(java.lang.String id)
Checks to see if an objectClass exists. |
java.util.Iterator<org.apache.directory.shared.ldap.schema.ObjectClass> |
iterator()
Gets an Iterator over the ObjectClasses within this ObjectClassRegistry. |
org.apache.directory.shared.ldap.schema.ObjectClass |
lookup(java.lang.String id)
Looks up an objectClass by its unique Object Identifier or by name. |
void |
register(org.apache.directory.shared.ldap.schema.ObjectClass objectClass)
Registers an ObjectClass with this registry. |
Methods inherited from interface org.apache.directory.server.schema.registries.SchemaObjectRegistry |
---|
getSchemaName, unregister |
Method Detail |
---|
void register(org.apache.directory.shared.ldap.schema.ObjectClass objectClass) throws javax.naming.NamingException
objectClass
- the objectClass to register
javax.naming.NamingException
- if the ObjectClass is already registered or the
registration operation is not supportedorg.apache.directory.shared.ldap.schema.ObjectClass lookup(java.lang.String id) throws javax.naming.NamingException
id
- the object identifier or name
javax.naming.NamingException
- if the ObjectClass does not existboolean hasObjectClass(java.lang.String id)
id
- the object identifier or name
java.util.Iterator<org.apache.directory.shared.ldap.schema.ObjectClass> iterator()
iterator
in interface SchemaObjectRegistry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |