| Package | Description |
|---|---|
| de.adorsys.psd2.event.persist | |
| de.adorsys.psd2.event.persist.model |
| Modifier and Type | Method and Description |
|---|---|
List<ReportEvent> |
EventReportRepository.getEventsForPeriod(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@Nullable String instanceId)
Returns a list of Event objects, recorded in given time period
|
List<ReportEvent> |
EventReportRepository.getEventsForPeriodAndConsentId(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull String consentId,
@Nullable String instanceId)
Returns a list of Event objects, recorded in given time period and with the given consentId
|
List<ReportEvent> |
EventReportRepository.getEventsForPeriodAndEventOrigin(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull de.adorsys.psd2.event.core.model.EventOrigin eventOrigin,
@Nullable String instanceId)
Returns a list of Event objects from a specific origin, recorded in given time period
|
List<ReportEvent> |
EventReportRepository.getEventsForPeriodAndEventType(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull de.adorsys.psd2.event.core.model.EventType eventType,
@Nullable String instanceId)
Returns a list of Event objects of the specific type, recorded in given time period
|
List<ReportEvent> |
EventReportRepository.getEventsForPeriodAndPaymentId(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull String paymentId,
@Nullable String instanceId)
Returns a list of Event objects, recorded in given time period and with the given paymentId
|
| Modifier and Type | Method and Description |
|---|---|
ReportEvent |
ReportEvent.merge(ReportEvent other) |
| Modifier and Type | Method and Description |
|---|---|
ReportEvent |
ReportEvent.merge(ReportEvent other) |
Copyright © 2020. All rights reserved.