LegacySynchronizationReactionType (Complex Type)

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

Reaction to a synchronization situation. Situation identifier must be unique in this set (i.e. a situation definition may occur only once for each situation). If there is no definition for a particular situation, there will be no reaction ("do nothing"). The set of situation reactions is considered to be unordered. DEPRECATED. Use new synchronization definitions right in the object type definition.
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. 
situation property
SynchronizationSituationType
[1,1] Defines a particular synchronization situation. 
channel property
anyURI
[0,-1]  
synchronize property
boolean
[0,1]  
reconcile property
boolean
[0,1]  
reconcileAll property
boolean
[0,1] If set to true, applicable synchronization reactions will attempt to reconcile the real attributes from all resource with the state of the midPoint repository. 
limitPropagation property
boolean
[0,1]  
objectTemplateRef reference
ObjectReferenceType
[0,1] Object template used in case the focus object is created or modified. 
executeOptions container
ModelExecuteOptionsType
[0,1] Model execute options that will be used when invoking this reaction. 
condition property
ExpressionType
[0,1] Expression that is evaluated to check whether this reaction is applicable in a particular context. 
action property
SynchronizationActionType
[0,-1]