Class InternalOperationRecordType

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

    public class InternalOperationRecordType
    extends ItemRelatedRecordType
    implements Serializable, Cloneable, Containerable
    Information about a midPoint internal operation.

    Java class for InternalOperationRecordType complex type.

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

     <complexType name="InternalOperationRecordType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemRelatedRecordType">
           <sequence>
             <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="qualifiers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="operationKind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationKindType" minOccurs="0"/>
             <element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/>
             <element name="importance" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultImportanceType" minOccurs="0"/>
             <element name="asynchronousOperationReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="microseconds" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="cpuMicroseconds" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="invocationId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="params" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ParamsType" minOccurs="0"/>
             <element name="context" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ParamsType" minOccurs="0"/>
             <element name="returns" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ParamsType" minOccurs="0"/>
             <element name="token" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="messageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="parent" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form