Class ConverterTypeSearchEvent


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

    • ConverterTypeSearchEvent

      public ConverterTypeSearchEvent(Page page, ConverterTypeSearchFilter filter)
      Instantiates a new converter type search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search
    • ConverterTypeSearchEvent

      public ConverterTypeSearchEvent(ConverterTypeSearchFilter filter)
      Instantiates a new converter type search event.
      Parameters:
      filter - the set of filters that will be applied to the search