Package | Description |
---|---|
sirius.biz.jdbc.storage |
Modifier and Type | Method and Description |
---|---|
DownloadBuilder |
DownloadBuilder.asDownload(String filename)
Make the URL a downlod url using the given filename.
|
DownloadBuilder |
DownloadBuilder.eternallyValid()
Makes this URL eternally valid (authenticated).
|
DownloadBuilder |
Storage.prepareDownload(String bucket,
String objectKey)
Creates a builder to construct a download URL for an object.
|
protected DownloadBuilder |
Storage.prepareDownload(VirtualObject object)
Creates a builder for download URLs based on a
VirtualObject which might avoid a lookup. |
DownloadBuilder |
VirtualObject.prepareURL() |
DownloadBuilder |
StoredObject.prepareURL()
Creates a builder to build a download URL for this object.
|
DownloadBuilder |
DownloadBuilder.withAddonText(String text)
Permits to add additional text to the URL which is ignored by the storage layer.
|
DownloadBuilder |
DownloadBuilder.withBaseURL(String baseURL)
Specifies the base URL to use.
|
DownloadBuilder |
DownloadBuilder.withFileExtension(String fileExtension)
Specifies the file extension to append to the URL.
|
DownloadBuilder |
DownloadBuilder.withVersion(String version)
Specifies the version of the file to use.
|
Modifier and Type | Method and Description |
---|---|
String |
FSStorageEngine.createURL(DownloadBuilder downloadBuilder) |
protected String |
Storage.createURL(DownloadBuilder downloadBuilder)
Creates a download URL for a fully populated builder.
|
String |
PhysicalStorageEngine.createURL(DownloadBuilder downloadBuilder)
Can provide a custom download URL for a given builder.
|
protected sirius.kernel.commons.Tuple<VirtualObject,Map<String,String>> |
VersionManager.fetchPhysicalObjects(DownloadBuilder downloadBuilder)
Returns the targeted
VirtualObject and its known physical objects for versions. |
Copyright © 2018. All rights reserved.