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 Details

    • getTenant

      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