Drools Guvnor - Guided Decision Table Model 6.0.0.Beta2

org.drools.guvnor.models.guided.dtable.shared.auditlog
Class InsertRowAuditLogEntry

java.lang.Object
  extended by org.drools.guvnor.models.commons.shared.auditlog.DefaultAuditLogEntry
      extended by org.drools.guvnor.models.guided.dtable.shared.auditlog.InsertRowAuditLogEntry
All Implemented Interfaces:
AuditLogEntry

public class InsertRowAuditLogEntry
extends DefaultAuditLogEntry

An Audit Event when a row is inserted


Field Summary
 int rowIndex
           
 
Constructor Summary
InsertRowAuditLogEntry()
           
InsertRowAuditLogEntry(String userName)
           
InsertRowAuditLogEntry(String userName, int rowIndex)
           
 
Method Summary
 String getGenericType()
           
 int getRowIndex()
           
 
Methods inherited from class org.drools.guvnor.models.commons.shared.auditlog.DefaultAuditLogEntry
getDateOfEntry, getUserComment, getUserName, isDeleted, setDeleted, setUserComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

getRowIndex

public int getRowIndex()

Drools Guvnor - Guided Decision Table Model 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.