Interface AuditInfoCapability

  • All Superinterfaces:
    DFCapability

    public interface AuditInfoCapability
    extends DFCapability
    This capability contains audit information about DFItem.
    • Method Detail

      • getCreatedOn

        java.util.Date getCreatedOn()
        Time when the row was created.
        Returns:
        creation time
      • getChangedOn

        java.util.Date getChangedOn()
        Time when the row was modified.
        Returns:
        modification time
      • getCreatedBy

        java.lang.String getCreatedBy()
        Username of user who created the row.
        Returns:
        username
      • getChangedBy

        java.lang.String getChangedBy()
        Username of user who modified the row.
        Returns:
        username