Class OCGroupSearchEvent


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

    • OCGroupSearchEvent

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

      public OCGroupSearchEvent(OCGroupSearchFilter filter)
      Instantiates a new operation center's groups search event.
      Parameters:
      filter - the set of filters that will be applied to the search