org.drools.guvnor.models.guided.dtable.shared.auditlog
Class DeleteRowAuditLogEntry
java.lang.Object
org.drools.guvnor.models.commons.shared.auditlog.DefaultAuditLogEntry
org.drools.guvnor.models.guided.dtable.shared.auditlog.DeleteRowAuditLogEntry
- All Implemented Interfaces:
- AuditLogEntry
public class DeleteRowAuditLogEntry
- extends DefaultAuditLogEntry
An Audit Event when a row is deleted
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rowIndex
public int rowIndex
DeleteRowAuditLogEntry
public DeleteRowAuditLogEntry()
DeleteRowAuditLogEntry
public DeleteRowAuditLogEntry(String userName)
DeleteRowAuditLogEntry
public DeleteRowAuditLogEntry(String userName,
int rowIndex)
getGenericType
public String getGenericType()
getRowIndex
public int getRowIndex()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.