Interface AgentTicketCloseActionViewContext
-
- All Superinterfaces:
UserProvider
,ViewContext
public interface AgentTicketCloseActionViewContext extends 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. TheAgentTicketCloseActionViewContext
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 theAgentTicketActionValidationException.getDialogUrl()
. This interface can only be used within the novomind iAGENT Desk application.- Since:
- 12.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentTicketCloseAction
getAgentTicketCloseAction()
Returns theAgentTicketCloseAction
object.-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getAgentTicketCloseAction
AgentTicketCloseAction getAgentTicketCloseAction()
Returns theAgentTicketCloseAction
object.- Returns:
- the
AgentTicketCloseAction
- Since:
- 12.4
-
-