ImportOptionsType (Complex Type)

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

The options for import tasks. It specifies optional settings for import such as "overwrite" and "stop on error".
Item Summary  
Name Type Multiplicity Description
overwrite property
boolean
[0,1] If set to a true value it will cause that objects that are already in the repository will be overwritten by the imported objects. 
keepOid property
boolean
[0,1] If set to a true value it will cause that objects that overwritten objects will reuse the same OID as previous objects. 
stopAfterErrors property
int
[0,1] Number of errors that will cause import to stop. 
summarizeSucceses property
boolean
[0,1] If set to true the successfully imported items will be summarized in the result. 
summarizeErrors property
boolean
[0,1] If set to true the import errors will be summarized in the result. 
referentialIntegrity property
boolean
[0,1] TODO  
validateStaticSchema property
boolean
[0,1] TODO  
validateDynamicSchema property
boolean
[0,1] TODO  
encryptProtectedValues property
boolean
[0,1] TODO  
fetchResourceSchema property
boolean
[0,1] TODO  
keepMetadata property
boolean
[0,1] If set to true then the importer will keep the metadata from the source file. 
modelExecutionOptions container
ModelExecuteOptionsType
[0,1] If present, these options are used for adding objects into the repository. 
compatMode property
boolean
[0,1] Compatibility model.