public interface IAuditProperty extends IBaseField
Modifier and Type | Method and Description |
---|---|
String |
action()
The database activity that caused creation of this record.
|
int |
actionID()
The ID of the associated AuditRecord object.
|
String |
entityID()
The ID of the entity that changed.
|
String |
entityType()
The type of the entity that changed.
|
String |
fieldName()
The database definition name of field that was changed.
|
Object |
newValue()
The new value after the change.
|
Object |
oldValue()
The value before the change.
|
String |
propertyName()
The custom label for the field that was changed.
|
int |
sessionID()
The Quality Center Session ID under which the action was performed.
|
String |
tableName()
The database table in which the change was recorded.
|
String |
time()
The time stamp of the change according to the database server clock.
|
String |
userName()
The username of the user who performed the action.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String tableName()
The database table in which the change was recorded.
Getter method for the COM property "TableName"
String fieldName()
The database definition name of field that was changed.
Getter method for the COM property "FieldName"
String propertyName()
The custom label for the field that was changed.
Getter method for the COM property "PropertyName"
Object oldValue()
The value before the change.
Getter method for the COM property "OldValue"
Object newValue()
The new value after the change.
Getter method for the COM property "NewValue"
int actionID()
The ID of the associated AuditRecord object.
Getter method for the COM property "ActionID"
String action()
The database activity that caused creation of this record. For example, INSERT, UPDATE, or DELETE.
Getter method for the COM property "Action"
String userName()
The username of the user who performed the action.
Getter method for the COM property "UserName"
int sessionID()
The Quality Center Session ID under which the action was performed.
Getter method for the COM property "SessionID"
String time()
The time stamp of the change according to the database server clock.
Getter method for the COM property "Time"
String entityType()
The type of the entity that changed. For example, BUG, REQ.
Getter method for the COM property "EntityType"
String entityID()
The ID of the entity that changed.
Getter method for the COM property "EntityID"
Copyright © 2020. All rights reserved.