Interface SupervisorMultiTicketsCloseAction
-
- All Superinterfaces:
SupervisorMultiTicketsAction
,UserProvider
public interface SupervisorMultiTicketsCloseAction extends SupervisorMultiTicketsAction
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<SupervisorTicketCloseAction>
getSupervisorTicketCloseActions()
This method returns the individual ticket close actions for the selected tickets.java.util.Optional<TransactionCode>
getTransactionCode()
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 Detail
-
getSupervisorTicketCloseActions
java.util.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
java.util.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
-
-