Uses of Package
org.apache.jackrabbit.api.binary
-
Packages that use org.apache.jackrabbit.api.binary Package Description org.apache.jackrabbit.api Jackrabbit extensions for JCR core interfacesorg.apache.jackrabbit.api.binary Interfaces related to direct upload/download of binaries.org.apache.jackrabbit.oak.plugins.value.jcr -
Classes in org.apache.jackrabbit.api.binary used by org.apache.jackrabbit.api Class 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 viaJackrabbitValueFactory.initiateBinaryUpload(long, int, BinaryUploadOptions)
. -
Classes in org.apache.jackrabbit.api.binary used by org.apache.jackrabbit.api.binary Class Description BinaryDownloadOptions Specifies the options to be used when obtaining a direct download URI viaBinaryDownload.getURI(BinaryDownloadOptions)
.BinaryDownloadOptions.BinaryDownloadOptionsBuilder Used to build an instance ofBinaryDownloadOptions
with the options set as desired by the caller.BinaryUploadOptions Specifies the options to be used when requesting direct upload URIs viaJackrabbitValueFactory.initiateBinaryUpload(long, int, BinaryUploadOptions)
.BinaryUploadOptions.BinaryUploadOptionsBuilder Used to build an instance ofBinaryUploadOptions
with the options set as desired by the caller. -
Classes in org.apache.jackrabbit.api.binary used by org.apache.jackrabbit.oak.plugins.value.jcr Class 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 viaJackrabbitValueFactory.initiateBinaryUpload(long, int, BinaryUploadOptions)
.