Class BlobUploadOptions
- java.lang.Object
-
- org.apache.jackrabbit.oak.api.blob.BlobUploadOptions
-
@ProviderType public class BlobUploadOptions extends Object
Download options to be provided to a call toBlobAccessProvider.initiateBlobUpload(long, int, BlobUploadOptions)
.This object is an internal corollary to
org.apache.jackrabbit.api.binary.BinaryUploadOptions
.
-
-
Field Summary
Fields Modifier and Type Field Description static BlobUploadOptions
DEFAULT
-
Constructor Summary
Constructors Constructor Description BlobUploadOptions(boolean domainOverrideIgnored)
Creates a new upload options instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDomainOverrideIgnored()
Get the setting to determine if any configured domain override should be ignored when generating URIs.
-
-
-
Field Detail
-
DEFAULT
public static final BlobUploadOptions DEFAULT
-
-
Method Detail
-
isDomainOverrideIgnored
public boolean isDomainOverrideIgnored()
Get the setting to determine if any configured domain override should be ignored when generating URIs. Default behavior is to honor (i.e. not ignore) any configured domain override value (false).- Returns:
- true to ignore the domain override; false otherwise.
-
-