Interface CentralAttachmentUploadAction
- All Superinterfaces:
 UserProvider
This action is performed when a supervisor is uploading a global attachment.
- Since:
 - 12.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the attachmentReturns the tenant of the attachment.Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser 
- 
Method Details
- 
getTenant
Returns the tenant of the attachment. If the attachment is uploaded without tenant restriction an empty optional will be returned.- Returns:
 - the tenant object
 - Since:
 - 12.0
 
 - 
getAttachmentDataSource
AttachmentDataSource getAttachmentDataSource()Returns the attachment- Returns:
 - the AttachmentDataSource object
 - Since:
 - 12.0
 
 
 -