Class DeleteRowAuditLogEntry
- java.lang.Object
-
- org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
-
- org.drools.workbench.models.guided.dtable.shared.auditlog.DeleteRowAuditLogEntry
-
public class DeleteRowAuditLogEntry extends org.drools.workbench.models.datamodel.auditlog.AuditLogEntryAn Audit Event when a row is deleted
-
-
Field Summary
Fields Modifier and Type Field Description introwIndex
-
Constructor Summary
Constructors Constructor Description DeleteRowAuditLogEntry()DeleteRowAuditLogEntry(String userName)DeleteRowAuditLogEntry(String userName, int rowIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGenericType()intgetRowIndex()
-
-
-
Method Detail
-
getGenericType
public String getGenericType()
- Specified by:
getGenericTypein classorg.drools.workbench.models.datamodel.auditlog.AuditLogEntry
-
getRowIndex
public int getRowIndex()
-
-