| Package | Description |
|---|---|
| de.adorsys.psd2.event.service | |
| de.adorsys.psd2.event.service.model |
| Modifier and Type | Method and Description |
|---|---|
List<AspspEvent> |
AspspEventService.getEventsForPeriod(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@Nullable String instanceId)
Returns a list of Event objects, recorded in given time period
|
List<AspspEvent> |
AspspEventService.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<AspspEvent> |
AspspEventService.getEventsForPeriodAndEventOrigin(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull EventOrigin eventOrigin,
@Nullable String instanceId)
Returns a list of Event objects from a specific origin, recorded in given time period
|
List<AspspEvent> |
AspspEventService.getEventsForPeriodAndEventType(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull EventType eventType,
@Nullable String instanceId)
Returns a list of Event objects of the specific type, recorded in given time period
|
List<AspspEvent> |
AspspEventService.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 |
|---|---|
AspspEvent |
AspspEvent.EventBuilder.build() |
Copyright © 2019. All rights reserved.