Class AuditRecordsCollection

All Implemented Interfaces:
IAuditRecordsCollection, IPartnerComponent<String>, IPartnerComponentString

public class AuditRecordsCollection
extends BasePartnerComponentString
implements IAuditRecordsCollection
An Implementation of IAuditRecordsCollection for handling common partner component properties and behavior. See parent class BasePartnerComponentString for additional details.
  • Constructor Details

  • Method Details

    • query

      public SeekBasedResourceCollection<AuditRecord> query​(org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, IQuery query)
      Description copied from interface: IAuditRecordsCollection
      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.
      Specified by:
      query in interface IAuditRecordsCollection
      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.