Class AuditEventRecordItemType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable
Direct Known Subclasses:
AuditEventRecordCustomColumnPropertyType, AuditEventRecordPropertyType, AuditEventRecordReferenceType

public class AuditEventRecordItemType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Common supertype for multi-value key-value properties in the audit record. This conceptually represents a single entry in a map and its key (name).
See Also:
  • Field Details

    • name

      protected String name
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_NAME

      public static final ItemName F_NAME
  • Constructor Details

    • AuditEventRecordItemType

      public AuditEventRecordItemType()
    • AuditEventRecordItemType

      public AuditEventRecordItemType(AuditEventRecordItemType other)
  • Method Details