public abstract class UpdateRequests extends Object
| Constructor and Description |
|---|
UpdateRequests() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<com.redhat.lightblue.client.request.data.DataUpdateRequest> |
documentEventsStatusAndProcessedDate(Collection<DocumentEventEntity> updatedEventEntities) |
static com.redhat.lightblue.client.request.data.DataUpdateRequest |
documentEventStatusDatesAndSurvivorOfIfCurrent(DocumentEventEntity entity,
java.time.ZonedDateTime originalProcessingDate)
"Status" here means status and corresponding date(s) to go along with it.
|
static Collection<com.redhat.lightblue.client.request.data.DataUpdateRequest> |
notificationsStatusAndProcessedDate(Collection<org.esbtools.lightbluenotificationhook.NotificationEntity> updatedNotificationEntities) |
static com.redhat.lightblue.client.request.data.DataUpdateRequest |
notificationStatusIfCurrent(org.esbtools.lightbluenotificationhook.NotificationEntity entity,
Date originalProcessingDate)
"Status" here means status and corresponding date(s) to go along with it.
|
public static Collection<com.redhat.lightblue.client.request.data.DataUpdateRequest> notificationsStatusAndProcessedDate(Collection<org.esbtools.lightbluenotificationhook.NotificationEntity> updatedNotificationEntities)
public static com.redhat.lightblue.client.request.data.DataUpdateRequest notificationStatusIfCurrent(org.esbtools.lightbluenotificationhook.NotificationEntity entity,
@Nullable
Date originalProcessingDate)
public static Collection<com.redhat.lightblue.client.request.data.DataUpdateRequest> documentEventsStatusAndProcessedDate(Collection<DocumentEventEntity> updatedEventEntities)
public static com.redhat.lightblue.client.request.data.DataUpdateRequest documentEventStatusDatesAndSurvivorOfIfCurrent(DocumentEventEntity entity, @Nullable java.time.ZonedDateTime originalProcessingDate)
Copyright © 2017. All rights reserved.