Interface AgentTicketCloseActionViewContext
- 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 close action validation faults.
The
AgentTicketCloseActionViewContext
can be injected
into custom beans used by views displaying a specific error dialog
on a previously failed ticket 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
-
getAgentTicketCloseAction
AgentTicketCloseAction getAgentTicketCloseAction()Returns theAgentTicketCloseAction
object.- Returns:
- the
AgentTicketCloseAction
- Since:
- 12.4
-