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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<SupervisorTicketAction>
getSupervisorTicketActions()
This 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 Detail
-
getSupervisorTicketActions
java.util.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
-
-