Class InterventionStatusSearchEvent


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

    • InterventionStatusSearchEvent

      public InterventionStatusSearchEvent(Page page, InterventionStatusSearchFilter filter)
      Instantiates a new intervention 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
    • InterventionStatusSearchEvent

      public InterventionStatusSearchEvent(InterventionStatusSearchFilter filter)
      Instantiates a new intervention status search event.
      Parameters:
      filter - the set of filters that will be applied to the search