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

    • ClockingSearchEvent

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

      public ClockingSearchEvent(ClockingSearchFilter filter)
      Instantiates a new clocking search event.
      Parameters:
      filter - the set of filters that will be applied to the search