Interface SupervisorMultiTicketsCloseAction
- All Superinterfaces:
SupervisorMultiTicketsAction
,UserProvider
This interface represents all supervisor ticket close actions concerning multiple tickets.
The interface provides access the list of all SupervisorTicketCloseActions
- Since:
- 12.40
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the individual ticket close actions for the selected tickets.This method returns the optional TransactionCode that has been applied during the tickets close operation.Methods inherited from interface com.novomind.ecom.api.iagent.validator.action.SupervisorMultiTicketsAction
getSupervisorTicketActions
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
Method Details
-
getSupervisorTicketCloseActions
Set<SupervisorTicketCloseAction> getSupervisorTicketCloseActions()This method returns the individual ticket close actions for the selected tickets.- Returns:
- the ticket close actions for the selected tickets
- Since:
- 12.40
-
getTransactionCode
Optional<TransactionCode> getTransactionCode()This method returns the optional TransactionCode that has been applied during the tickets close operation.- Returns:
- the optional TransactionCode for the selected tickets.
- Since:
- 12.40
-