|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatchingRuleUseRegistry
A MatchingRuleUse registry service interface. MatchingRuleUse objects are special in that they do not have unique OID's specifically assigned to them. Their OID is really the OID of the MatchingRule they refer to.
Method Summary | |
---|---|
boolean |
hasMatchingRuleUse(java.lang.String name)
Checks to see if an matchingRuleUse exists. |
java.util.Iterator<org.apache.directory.shared.ldap.schema.MatchingRuleUse> |
iterator()
Lists all the MatchingRuleUses within this registry. |
org.apache.directory.shared.ldap.schema.MatchingRuleUse |
lookup(java.lang.String name)
Looks up an matchingRuleUse by its name. |
void |
register(org.apache.directory.shared.ldap.schema.MatchingRuleUse matchingRuleUse)
Registers a MatchingRuleUse 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.MatchingRuleUse matchingRuleUse) throws javax.naming.NamingException
matchingRuleUse
- the matchingRuleUse to register
javax.naming.NamingException
- if the MatchingRuleUse is already registered or
the registration operation is not supportedorg.apache.directory.shared.ldap.schema.MatchingRuleUse lookup(java.lang.String name) throws javax.naming.NamingException
name
- the name of the matchingRuleUse
javax.naming.NamingException
- if the MatchingRuleUse does not existboolean hasMatchingRuleUse(java.lang.String name)
name
- the name of the matchingRuleUse
java.util.Iterator<org.apache.directory.shared.ldap.schema.MatchingRuleUse> iterator()
iterator
in interface SchemaObjectRegistry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |