Class QualificationSearchEvent


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

    • QualificationSearchEvent

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

      public QualificationSearchEvent(QualificationSearchFilter filter)
      Instantiates a new qualification search event.
      Parameters:
      filter - the set of filters that will be applied to the search