Class AssetTypeSearchEvent


public class AssetTypeSearchEvent extends SearchEvent<DynO,BOAssetType>
Event to search a BOAssetType.
The launcher must provide a valid BOAssetType in order to successfully call this event.
The listener searches all the BOAssetType components starting from the event input, i.e. the given BOAssetType in which all needed components were previously set.
Since:
16.0
GCApi:
event
Reactors:
BTAssetTypeSearch(0)
No Spouts
  • Constructor Details

    • AssetTypeSearchEvent

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

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