Interface AgentTicketSendAndCloseActionViewContext
- All Superinterfaces:
UserProvider
,ViewContext
This interface is used to provide view context specific information
within the novomind iAGENT Desk application for dialogs opened on
ticket send and close action validation faults.
The
AgentTicketSendAndCloseActionViewContext
can be injected
into custom beans used by views displaying a specific error dialog
on a previously failed ticket send and close operation.
The view url is specified through the AgentTicketActionInterruptedException.getDialogUrl()
.
This interface can only be used within the novomind iAGENT Desk application.- Since:
- 12.4
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
Method Details
-
getAgentTicketSendAndCloseAction
AgentTicketSendAndCloseAction getAgentTicketSendAndCloseAction()Returns theAgentTicketSendAndCloseAction
object.- Returns:
- the
AgentTicketSendAndCloseAction
- Since:
- 12.4
-