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 Summary
Modifier and Type Method Description SeekBasedResourceCollection<AuditRecord>query(org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, IQuery query)Queries audit records associated to the partner.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
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.
-