Class InsertRowAuditLogEntry


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

      • rowIndex

        public int rowIndex
    • Constructor Detail

      • InsertRowAuditLogEntry

        public InsertRowAuditLogEntry()
      • InsertRowAuditLogEntry

        public InsertRowAuditLogEntry​(String userName)
      • InsertRowAuditLogEntry

        public InsertRowAuditLogEntry​(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()