Class CharacteristicClassSearchEvent


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

    • CharacteristicClassSearchEvent

      public CharacteristicClassSearchEvent(Page page, CharacteristicClassSearchFilter filter)
      Instantiates a new characteristic class search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search
    • CharacteristicClassSearchEvent

      public CharacteristicClassSearchEvent(CharacteristicClassSearchFilter filter)
      Instantiates a new characteristic class search event.
      Parameters:
      filter - the set of filters that will be applied to the search