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 SummaryModifier and TypeMethodDescriptionThis method returns the set of individual ticket actions for the selected tickets.Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvidergetUser
- 
Method Details- 
getSupervisorTicketActionsSet<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
 
 
-