SynchronizationReactionType (Complex Type)

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

Reaction to synchronization situation or situations. There is a list of situations to which this entry pertains. The list is further optionally qualified by channel(s) and a condition. Only if a situation (any of), a channel (any of), and the condition all match, then the action(s) are applied. The list of reactions is evaluated in the (optional) order given. Entries without explicit order are evaluated last.
Item Summary  
Name Type Multiplicity Description
name property
string
[0,1]  
description property
string
[0,1] Free-form textual description of the object. 
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
lifecycleState property
string
[0,1] Lifecycle state of the object. 
order property
int
[0,1] Order in which this reaction is to be evaluated. 
situation property
SynchronizationSituationType
[1,-1] Defines a particular synchronization situation or situations. 
channel property
anyURI
[0,-1] If present, limits the applicability of this reaction to given synchronization channel or channels. 
condition property
ExpressionType
[0,1] Expression that is evaluated to check whether this reaction is applicable in a particular context. 
actions container
SynchronizationActionsType
[0,1] Action or actions to be executed in the given situation.