Interface AuditRecord
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DefaultAuditRecord
A record about a single audit event
- 
Method SummaryModifier and TypeMethodDescriptionA description of the action.The target of the action.The value of the action.getActor()Who performed the event.Where the actor was when the action was performed.intThe ApplicationScope where this record was generated fromA Description of the originating system for this recordintThe StatusCode that represents whether this action was successful or not.The timestamp at which this record occured
- 
Method Details- 
getActorString getActor()Who performed the event. Should be a username or appropriate system equivalent if the event was performed automatically by a program
- 
getActorHostString getActorHost()Where the actor was when the action was performed. Should be an IP address or a hostname of a computer
- 
getActionString getAction()A description of the action. Examples: "tag write", "tag delete", "tag edit", " query update", " login", "logout" "project save"
- 
getActionTargetString getActionTarget()The target of the action.
- 
getActionValueString getActionValue()The value of the action. Might not be present for all action types
- 
getStatusCodeint getStatusCode()The StatusCode that represents whether this action was successful or not.
- 
getTimestampDate getTimestamp()The timestamp at which this record occured
- 
getOriginatingSystemString getOriginatingSystem()A Description of the originating system for this record
- 
getOriginatingContextint getOriginatingContext()The ApplicationScope where this record was generated from
 
-