public interface IAuditRecord extends IBaseField
Modifier and Type | Method and Description |
---|---|
String |
action()
The name of the action that caused the tracked change.
|
int |
actionID()
The ID of the AuditRecord.
|
com4j.Com4jObject |
auditPropertyFactory()
The AuditPropertyFactory Object for the current AuditRecord.
|
int |
contextID()
For HP use.
|
String |
description()
The description of the audited change.
|
String |
entityID()
The ID of the entity that changed.
|
String |
entityType()
The type of the entity that changed.
|
int |
sessionID()
The Quality Center Session ID under which the action was performed.
|
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
com4j.Com4jObject auditPropertyFactory()
The AuditPropertyFactory Object for the current AuditRecord.
Getter method for the COM property "AuditPropertyFactory"
String action()
The name of the action that caused the tracked change.
Getter method for the COM property "Action"
String entityType()
The type of the entity that changed.
Getter method for the COM property "EntityType"
String entityID()
The ID of the entity that changed.
Getter method for the COM property "EntityID"
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"
int contextID()
For HP use. Get Context Action id
Getter method for the COM property "ContextID"
String description()
The description of the audited change.
Getter method for the COM property "Description"
int actionID()
The ID of the AuditRecord.
Getter method for the COM property "ActionID"
Copyright © 2020. All rights reserved.