Interface AgentQuickCaseMailEditorViewContext
-
- All Superinterfaces:
AgentEditorControllerProvider
,MessageInfo
,QuickCaseMessageInfo
,UserProvider
,ViewContext
- All Known Subinterfaces:
AgentPhoneTicketMailEditorViewContext
public interface AgentQuickCaseMailEditorViewContext extends ViewContext, QuickCaseMessageInfo, AgentEditorControllerProvider
This interface is used to provide view context specific information within the novomind iAGENT Desk application, for the agent's editor displayed for a QuickCase. This interface can only be used within the novomind iAGENT Desk application.- Since:
- 12.22
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.imail.provider.AgentEditorControllerProvider
getAgentEditorController
-
Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
-
Methods inherited from interface com.novomind.ecom.api.imail.model.QuickCaseMessageInfo
getAgentQuickCase, getOutgoingAccount, getOutgoingChannel, getQuickCaseMessage
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-