Uses of Interface
com.atlassian.confluence.importexport.resource.DownloadResourceReader
-
Packages that use DownloadResourceReader Package Description com.atlassian.confluence.importexport.resource -
-
Uses of DownloadResourceReader in com.atlassian.confluence.importexport.resource
Subinterfaces of DownloadResourceReader in com.atlassian.confluence.importexport.resource Modifier and Type Interface Description interface
PartialDownloadResourceReader
ADownloadResourceReader
that can read a part of the resourceClasses in com.atlassian.confluence.importexport.resource that implement DownloadResourceReader Modifier and Type Class Description class
AttachmentDownloadResourceReader
class
FileDownloadResourceReader
class
GenericDownloadResourceReader
class
PartialAttachmentDownloadResourceReader
class
ThumbnailDownloadResourceReader
class
WebImagesDownloadResourceReader
Methods in com.atlassian.confluence.importexport.resource that return DownloadResourceReader Modifier and Type Method Description DownloadResourceReader
AttachmentDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)
Returns aAttachmentDownloadResourceReader
for retrieving attachment content.DownloadResourceReader
DelegatorDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)
DownloadResourceReader
DownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)
Returns aDownloadResourceReader
for a downloadable resource.DownloadResourceReader
ExportDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)
Returns aFileDownloadResourceReader
for reading the stored output of the previous execution of a macro.DownloadResourceReader
IconDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)
DownloadResourceReader
PackageResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)
DownloadResourceReader
ThumbnailDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)
Returns aThumbnailDownloadResourceReader
for retrieving thumbnail content.DownloadResourceReader
WebImagesDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)
Returns aWebImagesDownloadResourceReader
for retrieving web application images.
-