Class OperationExecutionType

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

    public class OperationExecutionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Information about an operation executed on an object. <p>Java class for OperationExecutionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="OperationExecutionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="recordType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationExecutionRecordTypeType" minOccurs="0"/&gt; &lt;element name="realOwner" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationExecutionRecordRealOwnerType" minOccurs="0"/&gt; &lt;element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="operation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectDeltaOperationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/&gt; &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="initiatorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="taskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="taskPartUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="channel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="requestIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" 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