Class AssetStatusSearchEvent


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

    • AssetStatusSearchEvent

      public AssetStatusSearchEvent(Page page, AssetStatusSearchFilter filter)
      Instantiates a new technical object state search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search
    • AssetStatusSearchEvent

      public AssetStatusSearchEvent(AssetStatusSearchFilter filter)
      Instantiates a new technical object state search event.
      Parameters:
      filter - the set of filters that will be applied to the search