Interface AuditRecord


  • @Deprecated
    public interface AuditRecord
    Deprecated.
    From Confluence 5.10 onwards, workflow records will only be stored in Confluence Audit Log.
    • Method Detail

      • getDate

        Date getDate()
        Deprecated.
      • getSpaceKey

        String getSpaceKey()
        Deprecated.
      • getUserId

        String getUserId()
        Deprecated.
      • getEventType

        String getEventType()
        Deprecated.
      • getValue

        String getValue()
        Deprecated.
        For getting audit record description/value. Since 1.15 for getting configuration values in case of configuration change use getOldValues() and getNewValues()
      • getOldValues

        Map<String,​String> getOldValues()
        Deprecated.
        For getting old configuration values in case of configuration change event.
        Since:
        1.15
      • getNewValues

        Map<String,​String> getNewValues()
        Deprecated.
        For getting new configuration values in case of configuration change event.
        Since:
        1.15