Class ExecuteChangesType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ExecuteChangesType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    A request for executeChanges operation.

    Java class for ExecuteChangesType complex type.

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

     <complexType name="ExecuteChangesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="deltaList" type="{http://midpoint.evolveum.com/xml/ns/public/common/api-types-3}ObjectDeltaListType"/>
             <element name="options" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ModelExecuteOptionsType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ExecuteChangesType

        public ExecuteChangesType()
        Creates a new ExecuteChangesType instance.
      • ExecuteChangesType

        public ExecuteChangesType​(ExecuteChangesType o)
        Creates a new ExecuteChangesType instance by deeply copying a given ExecuteChangesType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.