Class DeleteRowAuditLogEntry


  • public class DeleteRowAuditLogEntry
    extends org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
    An Audit Event when a row is deleted
    • Field Detail

      • rowIndex

        public int rowIndex
    • Constructor Detail

      • DeleteRowAuditLogEntry

        public DeleteRowAuditLogEntry()
      • DeleteRowAuditLogEntry

        public DeleteRowAuditLogEntry​(String userName)
      • DeleteRowAuditLogEntry

        public DeleteRowAuditLogEntry​(String userName,
                                      int rowIndex)
    • Method Detail

      • getGenericType

        public String getGenericType()
        Specified by:
        getGenericType in class org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
      • getRowIndex

        public int getRowIndex()