|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApproximateMatchingRuleCfg
A server-side interface for querying Approximate Matching Rule settings.
Approximate Matching Rules define a set of rules for performing approximate matching operations against assertion values. In many cases, approximate matching is based on a "sounds like" operation.
Method Summary | |
---|---|
void |
addApproximateChangeListener(ConfigurationChangeListener<ApproximateMatchingRuleCfg> listener)
Register to be notified when this Approximate Matching Rule is changed. |
java.lang.Class<? extends ApproximateMatchingRuleCfg> |
configurationClass()
Gets the configuration class associated with this Approximate Matching Rule. |
void |
removeApproximateChangeListener(ConfigurationChangeListener<ApproximateMatchingRuleCfg> listener)
Deregister an existing Approximate Matching Rule configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.MatchingRuleCfg |
---|
addChangeListener, getJavaClass, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends ApproximateMatchingRuleCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface MatchingRuleCfg
void addApproximateChangeListener(ConfigurationChangeListener<ApproximateMatchingRuleCfg> listener)
listener
- The Approximate Matching Rule configuration change listener.void removeApproximateChangeListener(ConfigurationChangeListener<ApproximateMatchingRuleCfg> listener)
listener
- The Approximate Matching Rule configuration change listener.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |