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 to BlobAccessProvider.initiateBlobUpload(long, int, BlobUploadOptions).

This object is an internal corollary to org.apache.jackrabbit.api.binary.BinaryUploadOptions.

  • Field Details

  • Constructor Details

    • BlobUploadOptions

      public BlobUploadOptions(boolean domainOverrideIgnored)
      Creates a new upload options instance.
      Parameters:
      domainOverrideIgnored - true if any configured domain override should be ignored when generating URIs; false otherwise.
  • Method Details

    • 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.