Package org.adempiere.base.upload
Interface IUploadService
-
public interface IUploadService
interface for upload service- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IUploadHandler[]
getUploadHandlers(String contentType)
Get upload handlers by content type
-
-
-
Method Detail
-
getUploadHandlers
IUploadHandler[] getUploadHandlers(String contentType)
Get upload handlers by content type- Parameters:
contentType
-- Returns:
- list of
IUploadHandler
-
-