Interface IAudit

All Superinterfaces:
IIdentifiable
All Known Implementing Classes:
AAudit, Audit, Audit, AuditDto

public interface IAudit extends IIdentifiable
The audit contains all the data related to a certain limit.
Author:
ActiveViam
  • Field Summary Link icon

    Fields inherited from interface com.qfs.snl.persistence.IIdentifiable Link icon

    NO_ID
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    The hostname of the computer that created the action.
    Return the ip of the computer that created the action.
    long
    Return the timestamp in milliseconds when the action occurred.
    Return the name of the user.

    Methods inherited from interface com.qfs.snl.persistence.IIdentifiable Link icon

    getId
  • Method Details Link icon

    • getTimestamp Link icon

      long getTimestamp()
      Return the timestamp in milliseconds when the action occurred.
      Returns:
      the timestamp in milliseconds
    • getUsername Link icon

      String getUsername()
      Return the name of the user.
      Returns:
      the users's name
    • getIp Link icon

      String getIp()
      Return the ip of the computer that created the action.
      Returns:
      the ip
    • getHostname Link icon

      String getHostname()
      The hostname of the computer that created the action.
      Returns:
      the hostname