Class BundleSkillSearchEvent


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

    • BundleSkillSearchEvent

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

      public BundleSkillSearchEvent(BundleSkillSearchFilter filter)
      Instantiates a new bundle skill search event.
      Parameters:
      filter - the BundleOperationSearchFilter that contains the set of filters that will be applied to the search