Class BundleOperationSearchEvent


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

    • BundleOperationSearchEvent

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

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