Drools Workbench - Guided Decision Table Model 6.2.0.CR1

org.drools.workbench.models.guided.dtable.shared.auditlog
Class InsertColumnAuditLogEntry

java.lang.Object
  extended by org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
      extended by org.drools.workbench.models.guided.dtable.shared.auditlog.InsertColumnAuditLogEntry
Direct Known Subclasses:
UpdateColumnAuditLogEntry

public class InsertColumnAuditLogEntry
extends AuditLogEntry

An Audit Event for when a column is inserted


Constructor Summary
InsertColumnAuditLogEntry()
           
InsertColumnAuditLogEntry(String userName)
           
InsertColumnAuditLogEntry(String userName, BaseColumn column)
           
 
Method Summary
 ColumnDetails getDetails()
           
protected  ColumnDetails getDetails(BaseColumn column)
           
 String getGenericType()
           
 
Methods inherited from class org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
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

InsertColumnAuditLogEntry

public InsertColumnAuditLogEntry()

InsertColumnAuditLogEntry

public InsertColumnAuditLogEntry(String userName)

InsertColumnAuditLogEntry

public InsertColumnAuditLogEntry(String userName,
                                 BaseColumn column)
Method Detail

getDetails

protected ColumnDetails getDetails(BaseColumn column)

getGenericType

public String getGenericType()
Specified by:
getGenericType in class AuditLogEntry

getDetails

public ColumnDetails getDetails()

Drools Workbench - Guided Decision Table Model 6.2.0.CR1

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