Class WorkLoadSearchEvent


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

    • WorkLoadSearchEvent

      public WorkLoadSearchEvent(Page page, WorkLoadSearchFilter 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
    • WorkLoadSearchEvent

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