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

    • ZoneSearchEvent

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

      public ZoneSearchEvent(ZoneSearchFilter filter)
      Instantiates a new zone search event.
      Parameters:
      filter - the set of filters that will be applied to the search