Class ResourceLastGPSPositionSearchEvent


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

    • ResourceLastGPSPositionSearchEvent

      public ResourceLastGPSPositionSearchEvent(ResourceLastGPSPositionSearchFilter filter)
      Instantiates a new resource last GPS position search event.
      Parameters:
      filter - the set of filters that will be applied to the search
    • ResourceLastGPSPositionSearchEvent

      public ResourceLastGPSPositionSearchEvent(Page page, ResourceLastGPSPositionSearchFilter filter)
      Instantiates a new resource last GPS position search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search