Drools Guvnor - Guided Decision Table Model 6.0.0.Beta2

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

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

public class UpdateColumnAuditLogEntry
extends InsertColumnAuditLogEntry

An Audit Event for when a column is updated


Constructor Summary
UpdateColumnAuditLogEntry()
           
UpdateColumnAuditLogEntry(String userName)
           
UpdateColumnAuditLogEntry(String userName, BaseColumn originalColumn, BaseColumn newColumn)
           
 
Method Summary
 String getGenericType()
           
 ColumnDetails getOriginalDetails()
           
 
Methods inherited from class org.drools.guvnor.models.guided.dtable.shared.auditlog.InsertColumnAuditLogEntry
getDetails, getDetails
 
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
 

Constructor Detail

UpdateColumnAuditLogEntry

public UpdateColumnAuditLogEntry()

UpdateColumnAuditLogEntry

public UpdateColumnAuditLogEntry(String userName)

UpdateColumnAuditLogEntry

public UpdateColumnAuditLogEntry(String userName,
                                 BaseColumn originalColumn,
                                 BaseColumn newColumn)
Method Detail

getGenericType

public String getGenericType()
Specified by:
getGenericType in interface AuditLogEntry
Overrides:
getGenericType in class InsertColumnAuditLogEntry

getOriginalDetails

public ColumnDetails getOriginalDetails()

Drools Guvnor - Guided Decision Table Model 6.0.0.Beta2

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