Uses of Interface
org.apache.jackrabbit.api.binary.BinaryUpload
-
Packages that use BinaryUpload Package Description org.apache.jackrabbit.api Jackrabbit extensions for JCR core interfaces -
-
Uses of BinaryUpload in org.apache.jackrabbit.api
Methods in org.apache.jackrabbit.api that return BinaryUpload Modifier and Type Method Description @Nullable BinaryUpload
JackrabbitValueFactory. initiateBinaryUpload(long maxSize, int maxURIs)
Initiate a transaction to upload a binary directly to a storage location and returnBinaryUpload
instructions for a remote client.@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.
-