Uses of Class
com.emc.d2fs.service.FileDataSource
Packages that use FileDataSource
-
Uses of FileDataSource in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces that return FileDataSourceModifier and TypeMethodDescriptionID2ProfileImageService.downloadProfileImage
(Context context, String userId) This method downloads the user's profile image, stores it in the local application server and returns the FileDataSource of the file.Methods in com.emc.d2fs.interfaces with parameters of type FileDataSourceModifier and TypeMethodDescriptionvoid
ID2ProfileImageService.uploaddProfileImage
(Context context, String userId, FileDataSource fileDataSource) This method uploads the user's profile image to the Documentum server.