Class OperationCenterSearchEvent


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

    • OperationCenterSearchEvent

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

      public OperationCenterSearchEvent(OperationCenterSearchFilter filter)
      Instantiates a new operation center search event.
      Parameters:
      filter - the set of filters that will be applied to the search