Uses of Package
org.apache.jackrabbit.api.binary
Packages that use org.apache.jackrabbit.api.binary
Package
Description
Jackrabbit extensions for JCR core interfaces
Interfaces related to direct upload/download of binaries.
-
Classes in org.apache.jackrabbit.api.binary used by org.apache.jackrabbit.apiClassDescriptionDescribes uploading a binary through HTTP requests in a single or multiple parts.Specifies the options to be used when requesting direct upload URIs via
JackrabbitValueFactory.initiateBinaryUpload(long, int, BinaryUploadOptions). -
Classes in org.apache.jackrabbit.api.binary used by org.apache.jackrabbit.api.binaryClassDescriptionSpecifies the options to be used when obtaining a direct download URI via
BinaryDownload.getURI(BinaryDownloadOptions).Used to build an instance ofBinaryDownloadOptionswith the options set as desired by the caller.Specifies the options to be used when requesting direct upload URIs viaJackrabbitValueFactory.initiateBinaryUpload(long, int, BinaryUploadOptions).Used to build an instance ofBinaryUploadOptionswith the options set as desired by the caller. -
Classes in org.apache.jackrabbit.api.binary used by org.apache.jackrabbit.oak.plugins.value.jcrClassDescriptionDescribes uploading a binary through HTTP requests in a single or multiple parts.Specifies the options to be used when requesting direct upload URIs via
JackrabbitValueFactory.initiateBinaryUpload(long, int, BinaryUploadOptions).