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

    • ProfileSearchEvent

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

      public ProfileSearchEvent(ProfileSearchFilter filter)
      Instantiates a new timesheet profile search event.
      Parameters:
      filter - the set of filters that will be applied to the search