Interface IncomingMessageViewContext
- All Superinterfaces:
IncomingMessageInfo,MessageInfo,MessageViewContext,TicketProvider,UserProvider,ViewContext
This interface is used to provide view context specific information for
incoming messages
- Since:
- 10.0.132
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.imail.model.IncomingMessageInfo
getIncomingAccount, getIncomingChannel, getIncomingMessageMethods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketIdMethods inherited from interface com.novomind.ecom.api.imail.common.frontend.message.MessageViewContext
getViewUrlMethods 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 not editable. The view context only is editable within the personal agent inbox folder in the agent process.
- Since:
- 10.0.132
-