Uses of Interface
com.atlassian.confluence.importexport.resource.PartialDownloadResourceReader
-
Packages that use PartialDownloadResourceReader Package Description com.atlassian.confluence.importexport.resource -
-
Uses of PartialDownloadResourceReader in com.atlassian.confluence.importexport.resource
Classes in com.atlassian.confluence.importexport.resource that implement PartialDownloadResourceReader Modifier and Type Class Description class
PartialAttachmentDownloadResourceReader
Methods in com.atlassian.confluence.importexport.resource that return PartialDownloadResourceReader Modifier and Type Method Description PartialDownloadResourceReader
AttachmentDownloadResourceManager. getPartialResourceReader(String userName, String resourcePath, Map parameters, String requestRange)
PartialDownloadResourceReader
DelegatorDownloadResourceManager. getPartialResourceReader(String userName, String resourcePath, Map parameters, String requestRange)
PartialDownloadResourceReader
PartialDownloadResourceManager. getPartialResourceReader(String userName, String resourcePath, Map parameters, String requestRange)
Returns aDownloadResourceReader
for part of a downloadable resource.
-