Interface AgentMailInfoViewContext
- All Superinterfaces:
AgentMessageInfo,IncomingMailInfoViewContext,IncomingMessageInfo,IssueProvider,IssueViewContext,MailInfoViewContext,MessageInfo,TicketProvider,UserProvider,ViewContext
- All Known Subinterfaces:
AgentEditorMailInfoViewContext
This interface is used to provide view context specific information for
mails within the personal agent's folder.
- Since:
- 10.0.16
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.imail.model.AgentMessageInfo
getAgentMessageMethods inherited from interface com.novomind.ecom.api.imail.model.IncomingMessageInfo
getIncomingAccount, getIncomingChannel, getIncomingMessageMethods 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
-
isReadOnly
boolean isReadOnly()- Returns:
- true if the view context is a supervisor view to an agent folder.
- Since:
- 10.0.16
-