Class BundleStatusSearchEvent


public class BundleStatusSearchEvent extends SearchEvent<BundleStatusSearchFilter,BOBundleStatus>
Event to search a BOBundleStatus.
The launcher must provide a valid BundleStatusSearchFilter in order to successfully call this event.
The listener searches all the BOBundleStatus components starting from the event input, i.e. the given BundleStatusSearchFilter.
Since:
10.1
GCApi:
event
Reactors:
BTBundleStatusSearch(0)
No Spouts
  • Constructor Details

    • BundleStatusSearchEvent

      public BundleStatusSearchEvent(Page page, BundleStatusSearchFilter filter)
      Instantiates a new bundle header search event.
      Parameters:
      page - the Page that will contain the paginated result
      filter - the BundleStatusSearchFilter that contains the set of filters that will be applied to the search
    • BundleStatusSearchEvent

      public BundleStatusSearchEvent(BundleStatusSearchFilter filter)
      Instantiates a new bundle header search event.
      Parameters:
      filter - the BundleStatusSearchFilter that contains the set of filters that will be applied to the search