Class ResourceAddressSearchEvent


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

    • ResourceAddressSearchEvent

      public ResourceAddressSearchEvent(Page page, ResourceAddressSearchFilter filter)
      Instantiates a new resource address search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search
    • ResourceAddressSearchEvent

      public ResourceAddressSearchEvent(ResourceAddressSearchFilter filter)
      Instantiates a new resource address search event.
      Parameters:
      filter - the set of filters that will be applied to the search