Package com.evolveum.midpoint.prism
Interface PrismItemMatchingDefinition.Delegable<T>
- All Superinterfaces:
PrismItemMatchingDefinition<T>
- All Known Implementing Classes:
NativeShadowAttributeDefinitionImpl
,PrismPropertyDefinitionImpl
- Enclosing interface:
- PrismItemMatchingDefinition<T>
public static interface PrismItemMatchingDefinition.Delegable<T>
extends PrismItemMatchingDefinition<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismItemMatchingDefinition
PrismItemMatchingDefinition.Data<T>, PrismItemMatchingDefinition.Delegable<T>, PrismItemMatchingDefinition.Mutator
-
Method Summary
Methods inherited from interface com.evolveum.midpoint.prism.PrismItemMatchingDefinition
getMatchingRule, getNormalizer, getStringNormalizerForPolyStringProperty, getStringNormalizerIfApplicable, getTypeClass, getTypeName, isCustomPolyString
-
Method Details
-
prismItemMatchingDefinition
PrismItemMatchingDefinition<T> prismItemMatchingDefinition() -
getMatchingRuleQName
Description copied from interface:PrismItemMatchingDefinition
Returns matching rule name. Matching rules are algorithms that specify how to compare, normalize and/or order the values. E.g. there are matching rules for case insensitive string comparison, for LDAP DNs, etc. TODO describe the semantics where special normalizations are to be used Use with care until this description is complete.- Specified by:
getMatchingRuleQName
in interfacePrismItemMatchingDefinition<T>
- Returns:
- matching rule name
-