Class PendingOperationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class PendingOperationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Description of an operation that is pending (in progress) or that was recently completed.

    Java class for PendingOperationType complex type.

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

     <complexType name="PendingOperationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="type" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PendingOperationTypeType" minOccurs="0"/>
             <element name="delta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/>
             <element name="requestTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="operationStartTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="lastAttemptTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="completionTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="executionStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PendingOperationExecutionStatusType" minOccurs="0"/>
             <element name="resultStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/>
             <element name="asynchronousOperationReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="attemptNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form