Class AssetSearchEvent


public class AssetSearchEvent extends SearchEvent<AssetSearchFilter,BOAsset>
Event to search a BOAsset.
The launcher must provide a valid AssetSearchFilter in order to successfully call this event.
The listener loads all the BOAsset components starting from the event input, i.e. the given AssetSearchFilter.
Since:
16.0
GCApi:
event
Reactors:
BTAssetSearch(0)
No Spouts
  • Constructor Details

    • AssetSearchEvent

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

      public AssetSearchEvent(AssetSearchFilter filter)
      Instantiates a new asset search event.
      Parameters:
      filter - the set of filters that will be applied to the search