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. <p>Java class for AuditEventRecordType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AuditEventRecordType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/&gt; &lt;element name="eventIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="sessionIdentifier" 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;element name="taskIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="taskOID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="hostIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="nodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="remoteHostAddress" 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"/&gt; &lt;element name="attorneyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="targetOwnerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/&gt; &lt;element name="eventType" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventTypeType"/&gt; &lt;element name="eventStage" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventStageType"/&gt; &lt;element name="delta" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectDeltaOperationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="channel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="outcome" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/&gt; &lt;element name="result" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="parameter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="changedItem" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="property" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventRecordPropertyType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="reference" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventRecordReferenceType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="resourceOid" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="customColumnProperty" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventRecordCustomColumnPropertyType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form