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.
|
org.apache.jackrabbit.oak.plugins.value.jcr |
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. |
Modifier and Type | Method and Description |
---|---|
@Nullable BinaryUpload |
ValueFactoryImpl.initiateBinaryUpload(long maxSize,
int maxParts,
@NotNull BinaryUploadOptions options) |
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.