Class AgendaStatusSearchEvent


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

    • AgendaStatusSearchEvent

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

      public AgendaStatusSearchEvent(AgendaStatusSearchFilter filter)
      Instantiates a new agenda status search event.
      Parameters:
      filter - the set of filters that will be applied to the search