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
order property
int
[0,1] Order in which this correlator is to be evaluated. 
authority property
CorrelatorAuthorityLevelType
[0,1] TODO  
using property
string
[0,1] Reference to the correlator to be used at this place. 
extending property
string
[0,1] Reference to an upstream definition of correlator. 
name property
string
[0,1] Name of the correlator. 
displayName property
string
[0,1]  
description property
string
[0,1]  
documentation property
string
[0,1]  
definitions container
CorrelatorDefinitionsType
[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
ItemsCorrelatorType
[0,-1] Correlation using a list of matching items. 
filter container
FilterCorrelatorType
[0,-1] Correlation using a query filter. 
expression container
ExpressionCorrelatorType
[0,-1] Correlation using a custom expression. 
idMatch container
IdMatchCorrelatorType
[0,-1] Correlation using ID Match service. 
composite container
CompositeCorrelatorType
[0,-1] TODO