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 SummaryNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.PrismItemMatchingDefinitionPrismItemMatchingDefinition.Data<T>, PrismItemMatchingDefinition.Delegable<T>, PrismItemMatchingDefinition.Mutator
- 
Method SummaryMethods inherited from interface com.evolveum.midpoint.prism.PrismItemMatchingDefinitiongetMatchingRule, getNormalizer, getStringNormalizerForPolyStringProperty, getStringNormalizerIfApplicable, getTypeClass, getTypeName, isCustomPolyString
- 
Method Details- 
prismItemMatchingDefinitionPrismItemMatchingDefinition<T> prismItemMatchingDefinition()
- 
getMatchingRuleQNameDescription copied from interface:PrismItemMatchingDefinitionReturns 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:
- getMatchingRuleQNamein interface- PrismItemMatchingDefinition<T>
- Returns:
- matching rule name
 
 
-