Class ValueDomainSearchEvent


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

    • ValueDomainSearchEvent

      public ValueDomainSearchEvent(Page page, ValueDomainSearchFilter filter)
      Instantiates a new value domain search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search
    • ValueDomainSearchEvent

      public ValueDomainSearchEvent(ValueDomainSearchFilter filter)
      Instantiates a new value domain search event.
      Parameters:
      filter - the set of filters that will be applied to the search