Class ProjectActivityRelationSearchEvent


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

    • ProjectActivityRelationSearchEvent

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

      public ProjectActivityRelationSearchEvent(ProjectActivityRelationSearchFilter filter)
      Instantiates a new project activity relation search event.
      Parameters:
      filter - the set of filters that will be applied to the search