Class PolyStringStrictMatchingRule
java.lang.Object
com.evolveum.midpoint.prism.impl.match.PolyStringStrictMatchingRule
- All Implemented Interfaces:
- MatchingRule<PolyString>
- Author:
- semancik
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()QName that identifies the rule.@NotNull Normalizer<PolyString>Returns the normalizer corresponding to this rule.booleanmatch(PolyString a, PolyString b) Matches two objects.booleanmatchRegex(PolyString a, String regex) Matches value against given regex.booleanReturns true if the rule can be applied to the specified XSD type.toString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.match.MatchingRulenormalize
- 
Constructor Details- 
PolyStringStrictMatchingRulepublic PolyStringStrictMatchingRule()
 
- 
- 
Method Details- 
getNameDescription copied from interface:MatchingRuleQName that identifies the rule. This QName may be used to refer to this specific matching rule, it is an matching rule identifier.- Specified by:
- getNamein interface- MatchingRule<PolyString>
 
- 
supportsDescription copied from interface:MatchingRuleReturns true if the rule can be applied to the specified XSD type.- Specified by:
- supportsin interface- MatchingRule<PolyString>
 
- 
matchDescription copied from interface:MatchingRuleMatches two objects.- Specified by:
- matchin interface- MatchingRule<PolyString>
 
- 
getNormalizerDescription copied from interface:MatchingRuleReturns the normalizer corresponding to this rule.- Specified by:
- getNormalizerin interface- MatchingRule<PolyString>
 
- 
matchRegexDescription copied from interface:MatchingRuleMatches value against given regex.- Specified by:
- matchRegexin interface- MatchingRule<PolyString>
 
- 
toString
 
-