Class ModelExecuteOptionsType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class ModelExecuteOptionsType
    extends Object
    implements Serializable, Cloneable, Containerable
    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. <p>Java class for ModelExecuteOptionsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ModelExecuteOptionsType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}extension" minOccurs="0"/&gt; &lt;element name="force" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="pushChanges" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="raw" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="noCrypt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="reconcile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="reconcileFocus" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="reconcileAffected" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="executeImmediatelyAfterApproval" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="overwrite" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="isImport" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="limitPropagation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="reevaluateSearchFilters" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="requestBusinessContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationBusinessContextType" minOccurs="0"/&gt; &lt;element name="partialProcessing" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingOptionsType" minOccurs="0"/&gt; &lt;element name="initialPartialProcessing" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingOptionsType" minOccurs="0"/&gt; &lt;element name="focusConflictResolution" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConflictResolutionType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form