Class TransferRequestItemsLoadEvent


public class TransferRequestItemsLoadEvent extends LoadEvent<List<TransferRequestItem>>
Event to load all the TransferRequestItem related to the given TransferRequest id.
The launcher must provide a valid TransferRequest id in order to successfully call this event.
The listener loads all the BOTransferRequestItem starting from the event input, i.e. the given TransferRequest id.
Since:
14.0
GCApi:
event
Reactors:
BTTransferRequestItemsLoad(0)
No Spouts
  • Constructor Details

    • TransferRequestItemsLoadEvent

      public TransferRequestItemsLoadEvent(Long transferRequestId)
      Instantiates a new transfer request items load event.
      Parameters:
      transferRequestId - the TransferRequest id