Class IterativeChangeExecutionWorkDefinitionType

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

    public class IterativeChangeExecutionWorkDefinitionType
    extends ObjectSetBasedWorkDefinitionType
    implements Serializable, Cloneable, Containerable
    Executes specified changes on specified objects.

    Java class for IterativeChangeExecutionWorkDefinitionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="IterativeChangeExecutionWorkDefinitionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectSetBasedWorkDefinitionType">
           <sequence>
             <element name="delta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/>
             <element name="executionOptions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ModelExecuteOptionsType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form