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

    • FileSearchEvent

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

      public FileSearchEvent(FileSearchFilter filter)
      Instantiates a new file search event.
      Parameters:
      filter - the set of filters that will be applied to the search