Interface WriteAuditGateway

    • Method Detail

      • saveLinkAuditRecords

        void saveLinkAuditRecords​(java.util.List<LinkAuditRecordCommand> cmdList)
        Saves audit records into the storage.
        Parameters:
        cmdList - objects which keeps all necessary information to store the audit records.
      • saveTypeAuditRecords

        void saveTypeAuditRecords​(java.util.List<TypeAuditRecordCommand> cmdList)
        Saves audit records into the storage.
        Parameters:
        cmdList - objects which keeps all necessary information to store the audit records.
      • removeAuditRecordsForType

        int removeAuditRecordsForType​(java.lang.String type)
        Removes audit records which are matching given type.
        Parameters:
        type - type code
        Returns:
        number of deleted audit records
      • removeAuditRecordsForType

        int removeAuditRecordsForType​(java.lang.String type,
                                      PK pk)
        Removes audit records which are matching given type and pk.
        Parameters:
        type - type code
        pk - pk
        Returns:
        number of deleted records