|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatchingRuleRegistry
A registry used to track system matchingRules.
Method Summary | |
---|---|
boolean |
hasMatchingRule(java.lang.String oid)
Checks to see if a MatchingRule exists. |
java.util.Iterator<org.apache.directory.shared.ldap.schema.MatchingRule> |
iterator()
Gets an Iterator over the MatchingRules within this registry. |
org.apache.directory.shared.ldap.schema.MatchingRule |
lookup(java.lang.String id)
Looks up a MatchingRule by its unique Object Identifier or by name. |
void |
register(org.apache.directory.shared.ldap.schema.MatchingRule matchingRule)
Registers a MatchingRule 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.MatchingRule matchingRule) throws javax.naming.NamingException
matchingRule
- the MatchingRule to register
javax.naming.NamingException
- if the matchingRule is already registered or the
registration operation is not supportedorg.apache.directory.shared.ldap.schema.MatchingRule lookup(java.lang.String id) throws javax.naming.NamingException
id
- the object identifier or the name identifier
javax.naming.NamingException
- if there is a backing store failure or the
MatchingRule does not exist.boolean hasMatchingRule(java.lang.String oid)
oid
- the object identifier
java.util.Iterator<org.apache.directory.shared.ldap.schema.MatchingRule> iterator()
iterator
in interface SchemaObjectRegistry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |