Class PendingOperationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, 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. <p>Java class for PendingOperationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PendingOperationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="type" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PendingOperationTypeType" minOccurs="0"/&gt; &lt;element name="delta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/&gt; &lt;element name="requestTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="operationStartTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="lastAttemptTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="completionTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="executionStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PendingOperationExecutionStatusType" minOccurs="0"/&gt; &lt;element name="resultStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/&gt; &lt;element name="asynchronousOperationReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="attemptNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form