Uses of Class
com.atlassian.confluence.web.rangerequest.RangeRequest
Packages that use RangeRequest
Package
Description
- 
Uses of RangeRequest in com.atlassian.confluence.impl.pages.attachmentsMethod parameters in com.atlassian.confluence.impl.pages.attachments with type arguments of type RangeRequestModifier and TypeMethodDescriptionReadThroughCachingAttachmentManager.getAttachmentData(Attachment attachment, Optional<RangeRequest> range) 
- 
Uses of RangeRequest in com.atlassian.confluence.impl.pages.attachments.filesystemMethod parameters in com.atlassian.confluence.impl.pages.attachments.filesystem with type arguments of type RangeRequestModifier and TypeMethodDescriptionAttachmentDataFileSystem.getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) Fetches the specified range of data for a given attachment version and data stream typeContentDirectoryStructureAttachmentDataFileSystemAdapter.getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) ContentDirectoryStructureAttachmentDataFileSystemV003.getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) Deprecated.ContentDirectoryStructureAttachmentDataFileSystemV004.getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) 
- 
Uses of RangeRequest in com.atlassian.confluence.impl.pages.attachments.objectstorageMethod parameters in com.atlassian.confluence.impl.pages.attachments.objectstorage with type arguments of type RangeRequestModifier and TypeMethodDescriptionObjectStorageAttachmentDataFileSystem.getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) 
- 
Uses of RangeRequest in com.atlassian.confluence.importexport.resourceMethods in com.atlassian.confluence.importexport.resource that return RangeRequestModifier and TypeMethodDescriptionPartialAttachmentDownloadResourceReader.getRequestRange()@NonNull RangeRequestPartialDownloadResourceReader.getRequestRange()Constructors in com.atlassian.confluence.importexport.resource with parameters of type RangeRequestModifierConstructorDescriptionPartialAttachmentDownloadResourceReader(Attachment attachment, org.springframework.core.io.InputStreamSource inputStreamSource, RangeRequest range) 
- 
Uses of RangeRequest in com.atlassian.confluence.pagesMethod parameters in com.atlassian.confluence.pages with type arguments of type RangeRequestModifier and TypeMethodDescriptionAttachmentManager.getAttachmentData(Attachment attachment, Optional<RangeRequest> range) Retrieve the specified range of data for attachmentDefaultAttachmentManager.getAttachmentData(Attachment attachment, Optional<RangeRequest> range) 
- 
Uses of RangeRequest in com.atlassian.confluence.pages.attachmentsMethod parameters in com.atlassian.confluence.pages.attachments with type arguments of type RangeRequestModifier and TypeMethodDescriptionAbstractDelegatingAttachmentDao.getAttachmentData(Attachment attachment, Optional<RangeRequest> range) 
- 
Uses of RangeRequest in com.atlassian.confluence.pages.persistence.daoMethods in com.atlassian.confluence.pages.persistence.dao with parameters of type RangeRequestModifier and TypeMethodDescriptiondefault AttachmentDataStreamAttachmentDataStream.limit(RangeRequest range) Applies a range limit to the currentAttachmentDataStream.Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type RangeRequestModifier and TypeMethodDescriptionAttachmentDao.getAttachmentData(Attachment attachment, Optional<RangeRequest> range) Retrieves the InputStream representing the specified range of data for attachmentAttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) Grabs the AttachmentData object for an AttachmentFileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) Deprecated.Constructors in com.atlassian.confluence.pages.persistence.dao with parameters of type RangeRequestModifierConstructorDescriptionRandomFileWrapper(AttachmentDataStreamType dataStreamType, File file, RangeRequest range) Deprecated.
- 
Uses of RangeRequest in com.atlassian.confluence.pages.persistence.dao.hibernateMethod parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type RangeRequestModifier and TypeMethodDescriptionAbstractHibernateAttachmentDao.getAttachmentData(Attachment attachment, Optional<RangeRequest> range) HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of RangeRequest in com.atlassian.confluence.web.rangerequestMethods in com.atlassian.confluence.web.rangerequest that return RangeRequestModifier and TypeMethodDescriptionstatic RangeRequestParse a range header value into a RangeRequestMethods in com.atlassian.confluence.web.rangerequest with parameters of type RangeRequest