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 interfacePartialDownloadResourceReaderADownloadResourceReaderthat can read a part of the resourceClasses in com.atlassian.confluence.importexport.resource that implement DownloadResourceReader Modifier and Type Class Description classAttachmentDownloadResourceReaderclassFileDownloadResourceReaderclassGenericDownloadResourceReaderclassPartialAttachmentDownloadResourceReaderclassThumbnailDownloadResourceReaderclassWebImagesDownloadResourceReaderMethods in com.atlassian.confluence.importexport.resource that return DownloadResourceReader Modifier and Type Method Description DownloadResourceReaderAttachmentDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)Returns aAttachmentDownloadResourceReaderfor retrieving attachment content.DownloadResourceReaderDelegatorDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)DownloadResourceReaderDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)Returns aDownloadResourceReaderfor a downloadable resource.DownloadResourceReaderExportDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)Returns aFileDownloadResourceReaderfor reading the stored output of the previous execution of a macro.DownloadResourceReaderIconDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)DownloadResourceReaderPackageResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)DownloadResourceReaderThumbnailDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)Returns aThumbnailDownloadResourceReaderfor retrieving thumbnail content.DownloadResourceReaderWebImagesDownloadResourceManager. getResourceReader(String userName, String resourcePath, Map parameters)Returns aWebImagesDownloadResourceReaderfor retrieving web application images.
-