|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NameFormRegistry
An NameForm registry service interface.
Method Summary | |
---|---|
boolean |
hasNameForm(java.lang.String id)
Checks to see if an nameForm exists. |
java.util.Iterator<org.apache.directory.shared.ldap.schema.NameForm> |
iterator()
Lists all the NameForms within this registry. |
org.apache.directory.shared.ldap.schema.NameForm |
lookup(java.lang.String id)
Looks up a nameForm by its unique Object Identifier or by name. |
void |
register(org.apache.directory.shared.ldap.schema.NameForm nameForm)
Registers a NameForm 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.NameForm nameForm) throws javax.naming.NamingException
nameForm
- the nameForm to register
javax.naming.NamingException
- if the NameForm is already registered or the
registration operation is not supportedorg.apache.directory.shared.ldap.schema.NameForm lookup(java.lang.String id) throws javax.naming.NamingException
id
- the object identifier or name
javax.naming.NamingException
- if the NameForm does not existboolean hasNameForm(java.lang.String id)
id
- the object identifier or name
java.util.Iterator<org.apache.directory.shared.ldap.schema.NameForm> iterator()
iterator
in interface SchemaObjectRegistry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |