Interface IAuditRecordsCollection

All Superinterfaces:
IPartnerComponent<String>, IPartnerComponentString
All Known Implementing Classes:
AuditRecordsCollection

public interface IAuditRecordsCollection
extends IPartnerComponentString
Represents the operations that can be done on partners audit collection.
  • Method Details

    • query

      SeekBasedResourceCollection<AuditRecord> query​(org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, IQuery query)
      Queries audit records associated to the partner. The following queries are supported: - Specify the number of audit record to return. - Filter the result with a customer name.
      Parameters:
      startDate - The start date of the audit record logs.
      endDate - The end date of the audit record logs.
      query - The query.
      Returns:
      The audit records that match the given query.