Class DataCollectionTemplateConversionSearchEvent


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

    • DataCollectionTemplateConversionSearchEvent

      public DataCollectionTemplateConversionSearchEvent(Page page, DataCollectionTemplateConversionSearchFilter filter)
      Instantiates a new search event for <R> object.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search
    • DataCollectionTemplateConversionSearchEvent

      public DataCollectionTemplateConversionSearchEvent(DataCollectionTemplateConversionSearchFilter filter)
      Instantiates a new search event for <R> object.
      Parameters:
      filter - the set of filters that will be applied to the search