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 BinaryUploadJackrabbitValueFactory. initiateBinaryUpload(long maxSize, int maxURIs)Initiate a transaction to upload a binary directly to a storage location and returnBinaryUploadinstructions for a remote client.@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 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 BinaryUploadValueFactoryImpl. initiateBinaryUpload(long maxSize, int maxParts)@Nullable BinaryUploadValueFactoryImpl. initiateBinaryUpload(long maxSize, int maxParts, @NotNull BinaryUploadOptions options)
-