Class LinearAssetLocationSearchEvent


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

    • LinearAssetLocationSearchEvent

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

      public LinearAssetLocationSearchEvent(LinearAssetLocationSearchFilter filter)
      Instantiates a new linear asset location search event.
      Parameters:
      filter - the set of filters that will be applied to the search