Class WorkCycleSearchEvent


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

    • WorkCycleSearchEvent

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

      public WorkCycleSearchEvent(WorkCycleSearchFilter filter)
      Instantiates a new work cycle search event.
      Parameters:
      filter - the set of filters that will be applied to the search