Uses of Class
org.apache.jackrabbit.api.binary.BinaryUploadOptions
-
Packages that use BinaryUploadOptions 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 -
-
Uses of BinaryUploadOptions in org.apache.jackrabbit.api
Methods in org.apache.jackrabbit.api with parameters of type BinaryUploadOptions Modifier and Type Method Description @Nullable BinaryUpload
JackrabbitValueFactory. initiateBinaryUpload(long maxSize, int maxURIs, BinaryUploadOptions options)
Initiate a transaction to upload a binary directly to a storage location and returnBinaryUpload
instructions for a remote client. -
Uses of BinaryUploadOptions in org.apache.jackrabbit.api.binary
Fields in org.apache.jackrabbit.api.binary declared as BinaryUploadOptions Modifier and Type Field Description static BinaryUploadOptions
BinaryUploadOptions. DEFAULT
Provides a default instance of this class.Methods in org.apache.jackrabbit.api.binary that return BinaryUploadOptions Modifier and Type Method Description BinaryUploadOptions
BinaryUploadOptions.BinaryUploadOptionsBuilder. build()
Construct aBinaryUploadOptions
instance with the properties specified to the builder. -
Uses of BinaryUploadOptions in org.apache.jackrabbit.oak.plugins.value.jcr
Methods in org.apache.jackrabbit.oak.plugins.value.jcr with parameters of type BinaryUploadOptions Modifier and Type Method Description @Nullable BinaryUpload
ValueFactoryImpl. initiateBinaryUpload(long maxSize, int maxParts, @NotNull BinaryUploadOptions options)
-