com.ibm.jarm.api.core

Interface AuditEvent

  • All Superinterfaces:
    BaseEntity


    public interface AuditEvent
    extends BaseEntity
    Interface that represents repository instances of "RM Audit" custom events and other "Object Change Event" types.
    • Method Detail

      • getAuditActionType

        java.lang.String getAuditActionType()
        Returns the AuditActionType property value.
        Returns:
        A String value.
      • getDescription

        java.lang.String getDescription()
        Returns the RMEntityDescription property value.
        Returns:
        A String value.
      • getReasonForAction

        java.lang.String getReasonForAction()
        Returns the ReasonForAction property value.
        Returns:
        A String value.
      • getReviewer

        java.lang.String getReviewer()
        Returns the Reviewer property value.
        Returns:
        A String value.
      • getEventStatus

        AuditStatus getEventStatus()
        Returns the event status associated with this AuditEvent instance.
        Returns:
        A AuditStatus value.
      • getInitiatingUser

        java.lang.String getInitiatingUser()
        Returns the name of the user that initiated the event. This name is in the form of a user principal name or distinguished name.
        Returns:
        A String value.
      • getSourceObjectId

        java.lang.String getSourceObjectId()
        Returns the Id string for the source object associated with this audit event.
        Returns:
        A String Id value.
      • getSourceClassId

        java.lang.String getSourceClassId()
        Returns the Id string for the class description belonging to the audit event's source object.
        Returns:
        A String Id value.
      • getModifiedPropertyNames

        java.util.List<java.lang.String> getModifiedPropertyNames()
        Returns a list of the symbolic names of the properties modified by the operation that generated this audit event (if available).
        Returns:
        A List<String> collection. May be empty or null.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.