CompositeCorrelatorType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: AbstractCorrelatorType
TODO User-friendly way of defining a correlator or correlators.
Item Summary  
Name Type Multiplicity Description
name property
string
[0,1] Name of the correlator. 
displayName property
string
[0,1]  
description property
string
[0,1]  
documentation property
string
[0,1]  
confidence container
CorrelationConfidenceDefinitionType
[0,1] Defines how this correlator - if matching - increases the overall confidence of its results. 
enabled property
boolean
[0,1] A way how to disable a correlator (either temporarily, or e. 
super container
SuperCorrelatorReferenceType
[0,1] Reference to the "super-correlator", serving as a template for this correlator. 
scaling container
CompositeCorrelatorScalingDefinitionType
[0,1] TODO  
extension container
ExtensionType
[0,1] Correlators not defined in the static schema. 
none container
NoOpCorrelatorType
[0,-1] "No-op" correlation that always returns "certainly no owner" result. 
items container
ItemsSubCorrelatorType
[0,-1] Correlation using a list of matching items. 
filter container
FilterSubCorrelatorType
[0,-1] Correlation using a query filter. 
expression container
ExpressionSubCorrelatorType
[0,-1] Correlation using a custom expression. 
idMatch container
IdMatchSubCorrelatorType
[0,-1] Correlation using ID Match service. 
composite container
CompositeSubCorrelatorType
[0,-1] TODO