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

    • AgendaStateSearchEvent

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

      public AgendaStateSearchEvent(AgendaStateSearchFilter filter)
      Instantiates a new agenda state search event.
      Parameters:
      filter - the set of filters that will be applied to the search