Class RoleSearchEvent


public class RoleSearchEvent extends SearchEvent<RoleSearchFilter,BORole>
Event to search BORole objects.
The launcher must provide a valid RoleSearchFilter object in order to successfully call this event.
Since:
16.0
GCApi:
event
Reactors:
BTRoleSearch(0)
No Spouts
  • Constructor Details

    • RoleSearchEvent

      public RoleSearchEvent(Page page, RoleSearchFilter filter)
      Instantiates a new SearchEvent object in order to search all the stored BORole objects.
      Parameters:
      page - the Page object that will contain the paginated result
      filter - the RoleSearchFilter object representing the filters that will be applied to the search
    • RoleSearchEvent

      public RoleSearchEvent(RoleSearchFilter filter)
      Instantiates a new SearchEvent object in order to search all the stored BORole objects.
      Parameters:
      filter - the RoleSearchFilter object representing the filters that will be applied to the search