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, getIncomingMessage
Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
Methods inherited from interface com.novomind.ecom.api.imail.common.frontend.message.MessageViewContext
getViewUrl
Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
Methods 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
-