org.esbtools.eventhandler.lightblue.client

Class UpdateRequests



  • public abstract class UpdateRequests
    extends Object
    • Constructor Detail

      • UpdateRequests

        public UpdateRequests()
    • Method Detail

      • notificationsStatusAndProcessedDate

        public static Collection<com.redhat.lightblue.client.request.data.DataUpdateRequest> notificationsStatusAndProcessedDate(Collection<org.esbtools.lightbluenotificationhook.NotificationEntity> updatedNotificationEntities)
      • notificationStatusIfCurrent

        public static com.redhat.lightblue.client.request.data.DataUpdateRequest notificationStatusIfCurrent(org.esbtools.lightbluenotificationhook.NotificationEntity entity,
                                                                                                             @Nullable
                                                                                                             Date originalProcessingDate)
        "Status" here means status and corresponding date(s) to go along with it.
      • documentEventsStatusAndProcessedDate

        public static Collection<com.redhat.lightblue.client.request.data.DataUpdateRequest> documentEventsStatusAndProcessedDate(Collection<DocumentEventEntity> updatedEventEntities)
      • documentEventStatusDatesAndSurvivorOfIfCurrent

        public static com.redhat.lightblue.client.request.data.DataUpdateRequest documentEventStatusDatesAndSurvivorOfIfCurrent(DocumentEventEntity entity,
                                                                                                                                @Nullable
                                                                                                                                java.time.ZonedDateTime originalProcessingDate)
        "Status" here means status and corresponding date(s) to go along with it.

Copyright © 2017. All rights reserved.