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

    • OutcomeReasonSearchEvent

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

      public OutcomeReasonSearchEvent(OutcomeReasonSearchFilter filter)
      Instantiates a new outcome reason search event.
      Parameters:
      filter - the set of filters that will be applied to the search