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

    • EncodedNoteSearchEvent

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

      public EncodedNoteSearchEvent(EncodedNoteSearchFilter filter)
      Instantiates a new encoded note search event.
      Parameters:
      filter - the set of filters that will be applied to the search