| Modifier and Type | Method and Description |
|---|---|
byte[] |
AbstractStoredObject.downloadObject(DownloadInstructions downloadInstructions) |
void |
AbstractStoredObject.downloadObject(java.io.File targetFile,
DownloadInstructions downloadInstructions) |
java.io.InputStream |
AbstractStoredObject.downloadObjectAsInputStream(DownloadInstructions downloadInstructions) |
| Modifier and Type | Method and Description |
|---|---|
DownloadObjectAsByteArrayCommand |
StoredObjectCommandFactoryImpl.createDownloadObjectAsByteArrayCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectAsInputStreamCommand |
StoredObjectCommandFactoryImpl.createDownloadObjectAsInputStreamCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectToFileCommand |
StoredObjectCommandFactoryImpl.createDownloadObjectToFileCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions,
java.io.File targetFile) |
| Constructor and Description |
|---|
AbstractDownloadObjectCommand(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectAsByteArrayCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectAsInputStreamCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectToFileCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
DownloadInstructions downloadInstructions,
java.io.File targetFile) |
| Modifier and Type | Method and Description |
|---|---|
DownloadObjectAsByteArrayCommand |
StoredObjectCommandFactoryMock.createDownloadObjectAsByteArrayCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectAsInputStreamCommand |
StoredObjectCommandFactoryMock.createDownloadObjectAsInputStreamCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectToFileCommand |
StoredObjectCommandFactoryMock.createDownloadObjectToFileCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions,
java.io.File targetFile) |
| Constructor and Description |
|---|
DownloadObjectAsByteArrayCommandMock(Swift swift,
Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectAsInputStreamCommandMock(Swift swift,
Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectToFileCommandMock(Swift swift,
Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions,
java.io.File targetFile) |
| Modifier and Type | Method and Description |
|---|---|
DownloadObjectAsByteArrayCommand |
StoredObjectCommandFactory.createDownloadObjectAsByteArrayCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectAsInputStreamCommand |
StoredObjectCommandFactory.createDownloadObjectAsInputStreamCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectToFileCommand |
StoredObjectCommandFactory.createDownloadObjectToFileCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions,
java.io.File targetFile) |
| Modifier and Type | Method and Description |
|---|---|
DownloadInstructions |
DownloadInstructions.addHeader(Header header) |
DownloadInstructions |
DownloadInstructions.setMatchConditional(AbstractIfMatch ifMatch)
Return the content under a specific condition, which can be either:
If-Match; if the etag matches
the supplied value, return the content. |
DownloadInstructions |
DownloadInstructions.setRange(AbstractRange range)
Return the part of the content designated by the
AbstractRange class. |
DownloadInstructions |
DownloadInstructions.setSinceConditional(AbstractIfSince ifSince)
Return the content under a specific condition, which can be either:
If-Unmodified-Since; if the
content has been unmodified since the date, return the content. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
StoredObject.downloadObject(DownloadInstructions downloadInstructions)
See documentation of
StoredObject.downloadObject(). |
void |
StoredObject.downloadObject(java.io.File targetFile,
DownloadInstructions downloadInstructions)
See documentation of
StoredObject.downloadObject(java.io.File). |
java.io.InputStream |
StoredObject.downloadObjectAsInputStream(DownloadInstructions downloadInstructions)
See documentation of
StoredObject.downloadObjectAsInputStream(). |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<byte[]> |
Swift.downloadObject(Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
SwiftResult<java.lang.Object> |
Swift.downloadObject(Container container,
StoredObject object,
java.io.File targetFile,
DownloadInstructions downloadInstructions) |
SwiftResult<byte[]> |
SwiftStoredObject.downloadObject(DownloadInstructions downloadInstructions) |
SwiftResult<java.io.InputStream> |
Swift.downloadObjectAsInputStream(Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
Copyright © 2012-2020 42 BV. All Rights Reserved.