Package org.adempiere.base.upload
Interface IUploadHandler
-
public interface IUploadHandler
handler interface for upload request- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLabel()
UploadResponse
uploadMedia(UploadMedia media, MAuthorizationAccount account)
-
-
-
Method Detail
-
getLabel
String getLabel()
- Returns:
- label for handler
-
uploadMedia
UploadResponse uploadMedia(UploadMedia media, MAuthorizationAccount account)
- Parameters:
media
-account
- userExternalAccount- Returns:
UploadResponse
-
-