Interface AgentMailEditorViewContext
-
- All Superinterfaces:
AgentMessageInfo
,IncomingMailInfoViewContext
,IncomingMessageInfo
,IssueProvider
,IssueViewContext
,MailInfoViewContext
,MessageInfo
,TicketProvider
,UserProvider
,ViewContext
public interface AgentMailEditorViewContext extends IncomingMailInfoViewContext, AgentMessageInfo
This interface is used to provide view context specific information within the novomind iAGENT Desk application, for mails selected within the personal agent's folder and displayed within the agent's editor. This interface can only be used within the novomind iAGENT Desk application.- Since:
- 11.1
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.imail.model.AgentMessageInfo
getAgentMessage
-
Methods inherited from interface com.novomind.ecom.api.imail.model.IncomingMessageInfo
getIncomingAccount, getIncomingChannel, getIncomingMessage
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.IssueViewContext
getIssue
-
Methods inherited from interface com.novomind.ecom.api.imail.common.frontend.mailinfo.MailInfoViewContext
getViewUrl
-
Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
-
Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-