public class MeasureModeSearchEvent extends SearchEvent<MeasureModeSearchFilter,BOMeasureMode>
Event to search for BOMeasureMode.

The launcher must provide a valid MeasureModeSearchFilter in order to successfully call this event.

The listener searches all the BOMeasureMode components starting from the event input, i.e. the given MeasureModeSearchFilter.

Since:
20.0
GCApi:
event
Reactors:
BTMeasureModeSearch(0)
No Spouts
  • Constructor Details

    • MeasureModeSearchEvent

      public MeasureModeSearchEvent(MeasureModeSearchFilter filter)
      Instantiates a new measure mode search event.
      Parameters:
      filter - the set of filters that will be applied to the search
    • MeasureModeSearchEvent

      public MeasureModeSearchEvent(Page page, MeasureModeSearchFilter filter)
      Instantiates a new measure mode search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search