| Package | Description |
|---|---|
| org.apache.jackrabbit.api |
Jackrabbit extensions for JCR core interfaces
|
| org.apache.jackrabbit.api.binary |
Interfaces related to direct upload/download of binaries.
|
| Class and Description |
|---|
| BinaryUpload
Describes uploading a binary through HTTP requests in a single or multiple
parts.
|
| BinaryUploadOptions
Specifies the options to be used when requesting direct upload URIs via
JackrabbitValueFactory.initiateBinaryUpload(long, int, BinaryUploadOptions). |
| Class and Description |
|---|
| BinaryDownloadOptions
Specifies the options to be used when obtaining a direct download URI via
BinaryDownload.getURI(BinaryDownloadOptions). |
| BinaryDownloadOptions.BinaryDownloadOptionsBuilder
Used to build an instance of
BinaryDownloadOptions with the
options set as desired by the caller. |
| BinaryUploadOptions
Specifies the options to be used when requesting direct upload URIs via
JackrabbitValueFactory.initiateBinaryUpload(long, int, BinaryUploadOptions). |
| BinaryUploadOptions.BinaryUploadOptionsBuilder
Used to build an instance of
BinaryUploadOptions with the options
set as desired by the caller. |
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.