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 classPartialAttachmentDownloadResourceReaderMethods in com.atlassian.confluence.importexport.resource that return PartialDownloadResourceReader Modifier and Type Method Description PartialDownloadResourceReaderAttachmentDownloadResourceManager. getPartialResourceReader(String userName, String resourcePath, Map parameters, String requestRange)PartialDownloadResourceReaderDelegatorDownloadResourceManager. getPartialResourceReader(String userName, String resourcePath, Map parameters, String requestRange)PartialDownloadResourceReaderPartialDownloadResourceManager. getPartialResourceReader(String userName, String resourcePath, Map parameters, String requestRange)Returns aDownloadResourceReaderfor part of a downloadable resource.
-