Interface HoldBulkMonitor

All Superinterfaces:
BulkMonitor<HoldBulkStatus>
All Known Implementing Classes:
DefaultHoldBulkMonitor

public interface HoldBulkMonitor extends BulkMonitor<HoldBulkStatus>
An interface for monitoring the progress of a bulk hold operation
  • Method Details

    • getBulkStatusesWithProcessDetails

      List<HoldBulkStatusAndProcessDetails> getBulkStatusesWithProcessDetails(String holdId)
      Get the bulk statuses with process details for a hold
      Parameters:
      holdId - the hold id
      Returns:
      the bulk statuses with process details
    • getBulkStatusWithProcessDetails

      HoldBulkStatusAndProcessDetails getBulkStatusWithProcessDetails(String holdId, String bulkStatusId)
      Get the bulk status with process details
      Parameters:
      holdId - the hold id
      bulkStatusId - the bulk status id
      Returns:
      the bulk status with process details