Class ProjectStatusSearchEvent


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

    • ProjectStatusSearchEvent

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

      public ProjectStatusSearchEvent(ProjectStatusSearchFilter filter)
      Instantiates a new project status search event.
      Parameters:
      filter - the set of filters that will be applied to the search