Uses of Class
com.atlassian.confluence.web.rangerequest.RangeRequest
Packages that use RangeRequest
Package
Description
-
Uses of RangeRequest in com.atlassian.confluence.impl.pages.attachments
Method 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.filesystem
Method 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.objectstorage
Method 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.resource
Methods in com.atlassian.confluence.importexport.resource that return RangeRequestModifier and TypeMethodDescriptionPartialAttachmentDownloadResourceReader.getRequestRange()
@NonNull RangeRequest
PartialDownloadResourceReader.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.pages
Method 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) DelegatorAttachmentManager.getAttachmentData
(Attachment attachment, Optional<RangeRequest> range) ReadOnlyAttachmentManager.getAttachmentData
(Attachment attachment, Optional<RangeRequest> range) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RangeRequest in com.atlassian.confluence.pages.attachments
Method 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.dao
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type RangeRequestModifier and TypeMethodDescriptiondefault AttachmentDataStream
AttachmentDataStream.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.hibernate
Method 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.rangerequest
Methods in com.atlassian.confluence.web.rangerequest that return RangeRequestModifier and TypeMethodDescriptionstatic RangeRequest
Parse a range header value into a RangeRequestMethods in com.atlassian.confluence.web.rangerequest with parameters of type RangeRequest