Class MultiOpType


  • public class MultiOpType
    extends BaseRequestType
    This type is a wrapper around a number of sub-operations allowing complex structures to be updated in a single, atomic operation. Each sub-operation is one of the other possible operations, e.g. updateItem, deleteItem etc. Inclusion of a multiOp is disallowed. The response is a MultiOpResponseType which wraps one response per sub-operation. It will terminate on the first failure and all updates to that point rolled back. Inclusion of an id attribute in the sub-operation request will aid in associating responses with requests.

    Java class for MultiOpType complex type.

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

     <complexType name="MultiOpType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseRequestType">
           <sequence>
             <element name="operations" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ArrayOfOperations"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>