Uses of Interface
org.apache.jackrabbit.api.binary.BinaryUpload
-
Packages that use BinaryUpload Package Description org.apache.jackrabbit.api Jackrabbit extensions for JCR core interfacesorg.apache.jackrabbit.oak.plugins.value.jcr -
-
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. -
Uses of BinaryUpload in org.apache.jackrabbit.oak.plugins.value.jcr
Methods in org.apache.jackrabbit.oak.plugins.value.jcr that return BinaryUpload Modifier and Type Method Description @Nullable BinaryUpload
ValueFactoryImpl. initiateBinaryUpload(long maxSize, int maxParts)
@Nullable BinaryUpload
ValueFactoryImpl. initiateBinaryUpload(long maxSize, int maxParts, @NotNull BinaryUploadOptions options)
-