public interface AspspEventService
| Modifier and Type | Method and Description |
|---|---|
List<AspspEvent> |
getEventsForPeriod(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@Nullable String instanceId)
Returns a list of Event objects, recorded in given time period
|
List<AspspEvent> |
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> |
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> |
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> |
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
|
List<AspspEvent> getEventsForPeriod(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @Nullable @Nullable String instanceId)
start - First date of the periodend - Last date of the periodinstanceId - The id of particular service instanceList<AspspEvent> getEventsForPeriodAndConsentId(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull String consentId, @Nullable @Nullable String instanceId)
start - First date of the periodend - Last date of the periodconsentId - Id of the consentinstanceId - The id of particular service instanceList<AspspEvent> getEventsForPeriodAndPaymentId(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull String paymentId, @Nullable @Nullable String instanceId)
start - First date of the periodend - Last date of the periodpaymentId - Id of the paymentinstanceId - The id of particular service instanceList<AspspEvent> getEventsForPeriodAndEventType(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull EventType eventType, @Nullable @Nullable String instanceId)
start - First date of the periodend - Last date of the periodeventType - The searched type of the eventsinstanceId - The id of particular service instanceList<AspspEvent> getEventsForPeriodAndEventOrigin(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull EventOrigin eventOrigin, @Nullable @Nullable String instanceId)
start - First date of the periodend - Last date of the periodeventOrigin - The searched origin of the eventsinstanceId - The id of particular service instanceCopyright © 2019. All rights reserved.