Class OssMatrixSearchEvent


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

    • OssMatrixSearchEvent

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

      public OssMatrixSearchEvent(OssMatrixSearchFilter filter)
      Instantiates a new OSS matrix search event.
      Parameters:
      filter - OssMatrixSearchFilter the set of filters that will be applied to the search