Uses of Class
com.atlassian.confluence.user.actions.TemporaryUploadedPicture
-
Packages that use TemporaryUploadedPicture Package Description com.atlassian.confluence.user.actions -
-
Uses of TemporaryUploadedPicture in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return TemporaryUploadedPicture Modifier and Type Method Description static @Nullable TemporaryUploadedPicture
TemporaryUploadedPicture. getPicture(File sourceFile, String fileName, String owningUserName)
Returns an object representing the original and thumbnail imagestatic @Nullable TemporaryUploadedPicture
TemporaryUploadedPicture. getPicture(InputStream source, String fileName, String owningUserName)
Returns an object representing the original and thumbnail image
-