Interface SupervisorMultiTicketsAction
- All Superinterfaces:
UserProvider
- All Known Subinterfaces:
SupervisorMultiTicketsCloseAction
This interface represents all supervisor actions concerning multiple tickets.
The interface provides access to the list of all SupervisorTicketActions
- Since:
- 12.40
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the set of individual ticket actions for the selected tickets.Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
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
-