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

    • StructureSearchEvent

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

      public StructureSearchEvent(StructureSearchFilter filter)
      Instantiates a new structure search event.
      Parameters:
      filter - the set of filters that will be applied to the search