Class InterventionResourceSearchEvent


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

    • InterventionResourceSearchEvent

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

      public InterventionResourceSearchEvent(InterventionResourceSearchFilter filter)
      Instantiates a new intervention resource search event.
      Parameters:
      filter - the set of filters that will be applied to the search