public class InsertRowAuditLogEntry
extends org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
Modifier and Type | Field and Description |
---|---|
int |
rowIndex |
Constructor and Description |
---|
InsertRowAuditLogEntry() |
InsertRowAuditLogEntry(String userName) |
InsertRowAuditLogEntry(String userName,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
String |
getGenericType() |
int |
getRowIndex() |
public InsertRowAuditLogEntry()
public InsertRowAuditLogEntry(String userName)
public InsertRowAuditLogEntry(String userName, int rowIndex)
public String getGenericType()
getGenericType
in class org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
public int getRowIndex()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.