| 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.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable BinaryUpload |
JackrabbitValueFactory.initiateBinaryUpload(long maxSize,
int maxURIs,
BinaryUploadOptions options)
Initiate a transaction to upload a binary directly to a storage
location and return
BinaryUpload instructions for a remote client. |
| Modifier and Type | Field and Description |
|---|---|
static BinaryUploadOptions |
BinaryUploadOptions.DEFAULT
Provides a default instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryUploadOptions |
BinaryUploadOptions.BinaryUploadOptionsBuilder.build()
Construct a
BinaryUploadOptions instance with the
properties specified to the builder. |
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.