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

    • SkillSearchEvent

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

      public SkillSearchEvent(SkillSearchFilter filter)
      Instantiates a new skill search event.
      Parameters:
      filter - SkillSearchFilter the set of filters that will be applied to the search