Interface IAuditRecord
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IAuditRecord extends IBaseField
A data change that is tracked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.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.java.lang.String
description()
The description of the audited change.java.lang.String
entityID()
The ID of the entity that changed.java.lang.String
entityType()
The type of the entity that changed.int
sessionID()
The Quality Center Session ID under which the action was performed.java.lang.String
time()
The time stamp of the change according to the database server clock.java.lang.String
userName()
The username of the user who performed the action.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
auditPropertyFactory
com4j.Com4jObject auditPropertyFactory()
The AuditPropertyFactory Object for the current AuditRecord.
Getter method for the COM property "AuditPropertyFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
action
java.lang.String action()
The name of the action that caused the tracked change.
Getter method for the COM property "Action"
- Returns:
- Returns a value of type java.lang.String
-
entityType
java.lang.String entityType()
The type of the entity that changed.
Getter method for the COM property "EntityType"
- Returns:
- Returns a value of type java.lang.String
-
entityID
java.lang.String entityID()
The ID of the entity that changed.
Getter method for the COM property "EntityID"
- Returns:
- Returns a value of type java.lang.String
-
userName
java.lang.String userName()
The username of the user who performed the action.
Getter method for the COM property "UserName"
- Returns:
- Returns a value of type java.lang.String
-
sessionID
int sessionID()
The Quality Center Session ID under which the action was performed.
Getter method for the COM property "SessionID"
- Returns:
- Returns a value of type int
-
time
java.lang.String time()
The time stamp of the change according to the database server clock.
Getter method for the COM property "Time"
- Returns:
- Returns a value of type java.lang.String
-
contextID
int contextID()
For HP use. Get Context Action ID.
Getter method for the COM property "ContextID"
- Returns:
- Returns a value of type int
-
description
java.lang.String description()
The description of the audited change.
Getter method for the COM property "Description"
- Returns:
- Returns a value of type java.lang.String
-
actionID
int actionID()
The ID of the AuditRecord.
Getter method for the COM property "ActionID"
- Returns:
- Returns a value of type int
-
-