Interface CentralAttachmentUploadAction
-
- All Superinterfaces:
UserProvider
public interface CentralAttachmentUploadAction extends UserProvider
This action is performed when a supervisor is uploading a global attachment.
- Since:
- 12.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentDataSource
getAttachmentDataSource()
Returns the attachmentjava.util.Optional<Tenant>
getTenant()
Returns the tenant of the attachment.-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-
-
-
Method Detail
-
getTenant
java.util.Optional<Tenant> 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
-
-