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 BinaryUploadJackrabbitValueFactory. initiateBinaryUpload(long maxSize, int maxURIs, BinaryUploadOptions options)Initiate a transaction to upload a binary directly to a storage location and returnBinaryUploadinstructions 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 BinaryUploadOptionsBinaryUploadOptions. DEFAULTProvides a default instance of this class.Methods in org.apache.jackrabbit.api.binary that return BinaryUploadOptions Modifier and Type Method Description BinaryUploadOptionsBinaryUploadOptions.BinaryUploadOptionsBuilder. build()Construct aBinaryUploadOptionsinstance 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 BinaryUploadValueFactoryImpl. initiateBinaryUpload(long maxSize, int maxParts, @NotNull BinaryUploadOptions options)
-