ModelExecuteOptionsType (Complex Type)

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

Options for execution of Model operations. These options influence the way how the operations are executed. The options are not mandatory. All options have reasonable default values. They may not be specified at all.
Item Summary  
Name Type Multiplicity Description
extension container
ExtensionType
[0,1] Extension container used to provide deployment-specific execution options. 
force property
boolean
[0,1] Force the operation even if it would otherwise fail due to external failure. 
pushChanges property
boolean
[0,1] "Pushes" changes even if they are phantom. 
raw property
boolean
[0,1] Avoid any smart processing of the data except for schema application. 
noCrypt property
boolean
[0,1] Avoid encryption of any cleartext data on write. 
reconcile property
boolean
[0,1] Option to reconcile focus and all projections while executing changes. 
reconcileFocus property
boolean
[0,1] Option to reconcile focus while executing changes. 
reconcileAffected property
boolean
[0,1] Option to reconcile affected objects after executing changes. 
executeImmediatelyAfterApproval property
boolean
[0,1] Option to execute changes as soon as they are approved. 
overwrite property
boolean
[0,1] Option to user overwrite flag. 
isImport property
boolean
[0,1] Option to simulate import operation. 
limitPropagation property
boolean
[0,1] Option to limit change computation and execution only for the source resource. 
reevaluateSearchFilters property
boolean
[0,1] Causes reevaluation of search filters. 
requestBusinessContext property
OperationBusinessContextType
[0,1] Business context that describes this request. 
partialProcessing container
PartialProcessingOptionsType
[0,1] Options that control selective execution of model logic. 
initialPartialProcessing container
PartialProcessingOptionsType
[0,1] Partial processing for initial clockwork stage. 
focusConflictResolution container
ConflictResolutionType
[0,1] A method to resolve conflicts on focus objects.