Interface AgentCallCloseActionViewContext
-
- All Superinterfaces:
UserProvider
,ViewContext
public interface AgentCallCloseActionViewContext extends ViewContext
This interface is used to provide view context specific information within the novomind iAGENT Desk application for dialogs opened on call close action validation faults. TheAgentCallCloseActionViewContext
can be injected into custom beans used by views displaying a specific error dialog on a previously failed call close operation. The view url is specified through theAgentCallActionValidationException.getDialogUrl()
. This interface can only be used within the novomind iAGENT Desk application.- Since:
- 12.28
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentCallCloseAction
getAgentCallCloseAction()
Returns theAgentCallCloseAction
object.-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getAgentCallCloseAction
AgentCallCloseAction getAgentCallCloseAction()
Returns theAgentCallCloseAction
object.- Returns:
- the
AgentCallCloseAction
- Since:
- 12.28
-
-