Package com.i2group.disco.audit
Interface IRecordUploadAuditEvent
- All Superinterfaces:
IAuditEvent
An event that was generated during the processing of a "record create" or "record update"
operation against the Information Store.
IRecordUploadAuditEvent
makes information about
the operation available to the audit logging mechanism.- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptionGetsIUploadRecordInfo
s that contain information about records that were created during a "record create" operation.GetsIUploadRecordInfo
s that contain information about records that were modified during a "record update" operation.Methods inherited from interface com.i2group.disco.audit.IAuditEvent
getClientIPAddress, getClientUserAgent, getTimestamp, getUser, getUserId, getUserSecurityGroups, getUserSecurityPermissions, toString
-
Method Details
-
getCreatedRecords
Collection<IUploadRecordInfo> getCreatedRecords()GetsIUploadRecordInfo
s that contain information about records that were created during a "record create" operation.- Returns:
- See above.
-
getModifiedRecords
Collection<IUploadRecordInfo> getModifiedRecords()GetsIUploadRecordInfo
s that contain information about records that were modified during a "record update" operation.- Returns:
- See above.
-