Class InsertColumnAuditLogEntry

  • Direct Known Subclasses:
    UpdateColumnAuditLogEntry

    public class InsertColumnAuditLogEntry
    extends org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
    An Audit Event for when a column is inserted
    • Constructor Detail

      • InsertColumnAuditLogEntry

        public InsertColumnAuditLogEntry()
      • InsertColumnAuditLogEntry

        public InsertColumnAuditLogEntry​(String userName)
      • InsertColumnAuditLogEntry

        public InsertColumnAuditLogEntry​(String userName,
                                         BaseColumn column)
    • Method Detail

      • getGenericType

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