Class FeatureValueDomainSearchEvent


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

    • FeatureValueDomainSearchEvent

      public FeatureValueDomainSearchEvent(Page page, FeatureValueDomainSearchFilter filter)
      Instantiates a new feature 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
    • FeatureValueDomainSearchEvent

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