Package org.adempiere.base.upload
Interface IUploadHandler
public interface IUploadHandler
Handler interface for upload of media
- Author:
- hengsin
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Get label/name for this handler.uploadMedia
(UploadMedia media, MAuthorizationAccount account) Upload media to external authorized account
-
Method Details
-
getLabel
String getLabel()Get label/name for this handler.- Returns:
- label for handler
-
uploadMedia
Upload media to external authorized account- Parameters:
media
-account
- external account to upload to (for e.g, Google drive account)- Returns:
UploadResponse
-