Class AuditEventRecordType

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

    public class AuditEventRecordType
    extends Object
    implements Serializable, Cloneable, Containerable
    Audit event record describes a single event (usually data change) in a format suitable for audit.

    Java class for AuditEventRecordType complex type.

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

     <complexType name="AuditEventRecordType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="eventIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="sessionIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="requestIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="taskIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="taskOID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="hostIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="nodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="remoteHostAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="initiatorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/>
             <element name="attorneyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="targetOwnerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/>
             <element name="eventType" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventTypeType"/>
             <element name="eventStage" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventStageType"/>
             <element name="delta" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectDeltaOperationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="channel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="outcome" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/>
             <element name="result" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="parameter" 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="changedItem" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="property" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventRecordPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="reference" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventRecordReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="resourceOid" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="customColumnProperty" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventRecordCustomColumnPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="repoId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form