Interface AgentTicketUploadAttachmentAction
-
- All Superinterfaces:
AgentTicketAction
,IncomingMessageInfo
,MessageInfo
,TicketProvider
,UserProvider
public interface AgentTicketUploadAttachmentAction extends AgentTicketAction
This action is performed when an agent is uploading an attachment within the novomind iAGENT Desk process.
- Since:
- 12.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentDataSource
getAttachmentDataSource()
Returns the attachment-
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.provider.TicketProvider
getTicket
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-
-
-
Method Detail
-
getAttachmentDataSource
AttachmentDataSource getAttachmentDataSource()
Returns the attachment- Returns:
- the AttachmentDataSource object
- Since:
- 12.0
-
-