| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStoredObject.directlyUploadObject(UploadInstructions uploadInstructions) |
void |
AbstractStoredObject.uploadObject(UploadInstructions uploadInstructions) |
void |
AbstractStoredObject.uploadObjectAsSegments(UploadInstructions uploadInstructions) |
void |
AbstractContainer.uploadSegmentedObjects(java.lang.String name,
UploadInstructions uploadInstructions) |
| Modifier and Type | Method and Description |
|---|---|
UploadObjectCommand |
StoredObjectCommandFactoryImpl.createUploadObjectCommand(Account account,
Container container,
StoredObject target,
UploadInstructions uploadInstructions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UploadObjectCommandImpl.prepareUpload(UploadInstructions uploadInstructions) |
| Constructor and Description |
|---|
UploadObjectCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject target,
UploadInstructions uploadInstructions) |
| Modifier and Type | Method and Description |
|---|---|
UploadObjectCommand |
StoredObjectCommandFactoryMock.createUploadObjectCommand(Account account,
Container container,
StoredObject target,
UploadInstructions uploadInstructions) |
| Constructor and Description |
|---|
UploadObjectCommandMock(Swift swift,
Account account,
Container container,
StoredObject target,
UploadInstructions uploadInstructions) |
| Modifier and Type | Method and Description |
|---|---|
UploadObjectCommand |
StoredObjectCommandFactory.createUploadObjectCommand(Account account,
Container container,
StoredObject target,
UploadInstructions uploadInstructions) |
| Modifier and Type | Method and Description |
|---|---|
UploadInstructions |
UploadInstructions.addHeader(Header header) |
UploadInstructions |
UploadInstructions.setContentType(ObjectContentType contentType) |
UploadInstructions |
UploadInstructions.setContentType(java.lang.String contentType) |
UploadInstructions |
UploadInstructions.setDeleteAfter(DeleteAfter deleteAfter) |
UploadInstructions |
UploadInstructions.setDeleteAt(DeleteAt deleteAt) |
UploadInstructions |
UploadInstructions.setMd5(java.lang.String md5) |
UploadInstructions |
UploadInstructions.setObjectManifest(ObjectManifest objectManifest) |
UploadInstructions |
UploadInstructions.setSegmentationSize(java.lang.Long segmentationSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
StoredObject.uploadObject(UploadInstructions uploadInstructions)
Uploads a byte array object to a location designated by the Container and the object.
|
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<java.lang.Object> |
Swift.uploadObject(Container container,
StoredObject object,
UploadInstructions uploadInstructions) |
SwiftResult<java.lang.Object> |
SwiftStoredObject.uploadObject(UploadInstructions uploadInstructions) |
Copyright © 2012-2020 42 BV. All Rights Reserved.