Interface AgentTicketUploadAttachmentAction
- All Superinterfaces:
AgentTicketAction
,IncomingMessageInfo
,MessageInfo
,TicketProvider
,UserProvider
This action is performed when an agent is uploading an attachment within the novomind iAGENT Desk process.
- Since:
- 12.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the attachmentMethods 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 Details
-
getAttachmentDataSource
AttachmentDataSource getAttachmentDataSource()Returns the attachment- Returns:
- the AttachmentDataSource object
- Since:
- 12.0
-