Class WorkLoadDetailSearchEvent


public class WorkLoadDetailSearchEvent extends SearchEvent<WorkLoadDetailSearchFilter,BOWorkLoadDetail>
Event to search a BOWorkLoadDetail. The launcher must provide a valid WorkLoadDetailSearchFilter in order to successfully call this event. The listener searche the BOWorkLoadDetail starting from the event input, i.e. the given WorkLoadDetailSearchFilter.
Since:
20.0
GCApi:
event
Reactors:
BTWorkLoadDetailSearch(0)
No Spouts
  • Constructor Details

    • WorkLoadDetailSearchEvent

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

      public WorkLoadDetailSearchEvent(WorkLoadDetailSearchFilter filter)
      Instantiates a new work load search event.
      Parameters:
      filter - the set of filters that will be applied to the search