Class NonIterativeChangeExecutionWorkDefinitionType

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

    public class NonIterativeChangeExecutionWorkDefinitionType
    extends AbstractWorkDefinitionType
    implements Serializable, Cloneable, Containerable
    Executes specified changes. The changes specify objects on which they are to be executed.

    Java class for NonIterativeChangeExecutionWorkDefinitionType complex type.

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

     <complexType name="NonIterativeChangeExecutionWorkDefinitionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkDefinitionType">
           <sequence>
             <element name="delta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" maxOccurs="unbounded" 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