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

    • WorkLoadDistributionSearchEvent

      public WorkLoadDistributionSearchEvent(Page page, WorkLoadDistributionSearchFilter 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
    • WorkLoadDistributionSearchEvent

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