Class TeamLocationSearchEvent


public class TeamLocationSearchEvent extends SearchEvent<TeamLocationSearchFilter,BOTeamLocation>
Event to search for BOTeamLocation.
The launcher must provide a valid TeamLocationSearchFilter in order to successfully call this event.
The listener searches all the components of the BOTeamLocations starting from the event input, i.e. the given TeamLocationSearchFilter.
Since:
18.0
GCApi:
event
Reactors:
BTTeamLocationSearch(0)
No Spouts
  • Constructor Details

    • TeamLocationSearchEvent

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

      public TeamLocationSearchEvent(TeamLocationSearchFilter filter)
      Instantiates a new team location search event.
      Parameters:
      filter - the set of filters that will be applied to the search