Interface SupervisorMultiTicketsAction

All Superinterfaces:
UserProvider
All Known Subinterfaces:
SupervisorMultiTicketsCloseAction

public interface SupervisorMultiTicketsAction extends UserProvider
This interface represents all supervisor actions concerning multiple tickets. The interface provides access to the list of all SupervisorTicketActions
Since:
12.40
  • Method Details

    • getSupervisorTicketActions

      Set<SupervisorTicketAction> getSupervisorTicketActions()
      This method returns the set of individual ticket actions for the selected tickets.
      Returns:
      the ticket actions for the selected tickets
      Since:
      12.40