Interface AgentPhoneTicketMailInfoViewContext
- All Superinterfaces:
AgentEditorControllerProvider,AgentQuickCaseMailInfoViewContext,IssueProvider,IssueViewContext,MailInfoViewContext,MessageInfo,TicketProvider,UserProvider,ViewContext
This interface is used to provide view context specific information for
mails within the agent application displaying a phone ticket for this agent.
This interface cannot be used within the iAGENT Supervisor application.
- Since:
- 12.9
-
Method Summary
Modifier and TypeMethodDescriptionThis method optionally provides theCallassociated with this phone ticket.Methods inherited from interface com.novomind.ecom.api.imail.provider.AgentEditorControllerProvider
getAgentEditorControllerMethods inherited from interface com.novomind.ecom.api.iagent.frontend.IssueViewContext
getIssueMethods inherited from interface com.novomind.ecom.api.imail.common.frontend.mailinfo.MailInfoViewContext
getViewUrlMethods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketIdMethods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicketMethods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
Method Details
-
getAssociatedCall
This method optionally provides theCallassociated with this phone ticket.- Returns:
- the optional call object, if the phone ticket has been associated with a call, otherwise an empty optional
- Since:
- 12.9
-