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 an Optional containing the tenant of the attachment.Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
Method Details
-
getTenant
Returns an Optional containing the tenant of the attachment. If the attachment is uploaded without tenant restriction an empty optional will be returned.- Returns:
- an Optional containing the tenant, or an empty Optional if the attachment is uploaded without tenant restriction
- Since:
- 12.0
-
getAttachmentDataSource
AttachmentDataSource getAttachmentDataSource()Returns the attachment- Returns:
- the AttachmentDataSource object
- Since:
- 12.0
-