Class InterventionCensusRuleSearchEvent


public class InterventionCensusRuleSearchEvent extends SearchEvent<InterventionCensusRuleSearchFilter,BOCensusRule>
Event to search BOCensusRule for the given InterventionCensusRuleSearchFilter.
The launcher must provide a valid InterventionCensusRuleSearchFilter in order to successfully call this event.
The listener searches all the BOCensusRule linked to the given BOIntervention.
Since:
20.0
GCApi:
event
Reactors:
BTInterventionCensusRuleSearch(0)
No Spouts
  • Constructor Details

    • InterventionCensusRuleSearchEvent

      public InterventionCensusRuleSearchEvent(InterventionCensusRuleSearchFilter filter)
      Instantiates a new intervention census rule search event.
      Parameters:
      filter - the set of filters that will be applied to the search
    • InterventionCensusRuleSearchEvent

      public InterventionCensusRuleSearchEvent(Page page, InterventionCensusRuleSearchFilter filter)
      Instantiates a new intervention census rule search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search