Interface AgentEditorMailInfoViewContext
- All Superinterfaces:
AgentEditorControllerProvider,AgentMailInfoViewContext,AgentMessageInfo,IncomingMailInfoViewContext,IncomingMessageInfo,IssueProvider,IssueViewContext,MailInfoViewContext,MessageInfo,TicketProvider,UserProvider,ViewContext
public interface AgentEditorMailInfoViewContext
extends AgentMailInfoViewContext, AgentEditorControllerProvider
This interface is used to provide view context specific information
within the iAGENT agent application only, for mails within the
personal agent's folder.
This interface cannot be used within the iAGENT Supervisor application.
- Since:
- 10.0.116
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturns true if the view context is a supervisor view to an agent folder.Methods inherited from interface com.novomind.ecom.api.imail.provider.AgentEditorControllerProvider
getAgentEditorControllerMethods 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
default boolean isReadOnly()Description copied from interface:AgentMailInfoViewContextReturns true if the view context is a supervisor view to an agent folder.- Specified by:
isReadOnlyin interfaceAgentMailInfoViewContext- Returns:
- false always
- Since:
- 10.0.116
-