Class AssetDescendantSearchEvent


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

    • AssetDescendantSearchEvent

      public AssetDescendantSearchEvent(Page page, AssetDescendantSearchFilter 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
    • AssetDescendantSearchEvent

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