public interface WriteAuditGateway
| Modifier and Type | Method and Description |
|---|---|
int |
removeAuditRecordsForType(java.lang.String type)
Removes audit records which are matching given
type. |
int |
removeAuditRecordsForType(java.lang.String type,
PK pk)
Removes audit records which are matching given
type and pk. |
void |
saveLinkAuditRecords(java.util.List<LinkAuditRecordCommand> cmdList)
Saves audit records into the storage.
|
void |
saveTypeAuditRecords(java.util.List<TypeAuditRecordCommand> cmdList)
Saves audit records into the storage.
|
void saveLinkAuditRecords(java.util.List<LinkAuditRecordCommand> cmdList)
cmdList - objects which keeps all necessary information to store the audit records.void saveTypeAuditRecords(java.util.List<TypeAuditRecordCommand> cmdList)
cmdList - objects which keeps all necessary information to store the audit records.int removeAuditRecordsForType(java.lang.String type)
type.type - type codeint removeAuditRecordsForType(java.lang.String type,
PK pk)
type and pk.type - type codepk - pkCopyright © 2018 SAP SE. All Rights Reserved.