org.drools.guvnor.models.guided.dtable.shared.auditlog
Class UpdateColumnAuditLogEntry
java.lang.Object
org.drools.guvnor.models.commons.shared.auditlog.DefaultAuditLogEntry
org.drools.guvnor.models.guided.dtable.shared.auditlog.InsertColumnAuditLogEntry
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateColumnAuditLogEntry
public UpdateColumnAuditLogEntry()
UpdateColumnAuditLogEntry
public UpdateColumnAuditLogEntry(String userName)
UpdateColumnAuditLogEntry
public UpdateColumnAuditLogEntry(String userName,
BaseColumn originalColumn,
BaseColumn newColumn)
getGenericType
public String getGenericType()
- Specified by:
getGenericType in interface AuditLogEntry- Overrides:
getGenericType in class InsertColumnAuditLogEntry
getOriginalDetails
public ColumnDetails getOriginalDetails()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.