Class FeatureSearchEvent


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

    • FeatureSearchEvent

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

      public FeatureSearchEvent(FeatureSearchFilter filter)
      Instantiates a new feature search event.
      Parameters:
      filter - the set of filters that will be applied to the search