| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStoredObject |
| Modifier and Type | Method and Description |
|---|---|
StoredObject |
AbstractStoredObject.getAsObject() |
StoredObject |
AbstractContainer.getObjectSegment(java.lang.String name,
int part) |
StoredObject |
AbstractStoredObject.setContentType(java.lang.String contentType) |
StoredObject |
AbstractStoredObject.setDeleteAfter(long seconds) |
StoredObject |
AbstractStoredObject.setDeleteAfter(java.lang.Long seconds) |
StoredObject |
AbstractStoredObject.setDeleteAt(java.util.Date date) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<StoredObject> |
AbstractContainer.list() |
java.util.Collection<StoredObject> |
AbstractContainer.list(PaginationMap paginationMap,
int page) |
java.util.Collection<StoredObject> |
AbstractContainer.list(java.lang.String prefix,
java.lang.String marker,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStoredObject.copyObject(Container targetContainer,
StoredObject targetObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
StoredObjectImpl |
| Modifier and Type | Method and Description |
|---|---|
StoredObject |
WebsiteImpl.getObject(java.lang.String objectName) |
StoredObject |
ContainerImpl.getObject(java.lang.String objectName) |
| Modifier and Type | Class and Description |
|---|---|
class |
StoredObjectMock |
| Modifier and Type | Method and Description |
|---|---|
StoredObject |
WebsiteMock.getObject(java.lang.String objectName) |
StoredObject |
ContainerMock.getObject(java.lang.String objectName) |
| Modifier and Type | Method and Description |
|---|---|
StoredObject |
AbstractWebsite.getErrorPage() |
StoredObject |
AbstractWebsite.getIndexPage() |
StoredObject |
AbstractWebsite.getListingCSS() |
StoredObject |
ObjectStoreFileObject.getObject() |
protected StoredObject |
AbstractWebsite.getStoredObject(java.lang.String metadataHeaderName) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWebsite.setErrorPage(StoredObject errorPage) |
void |
AbstractWebsite.setIndexPage(StoredObject indexPage) |
void |
AbstractWebsite.setListingCSS(StoredObject listingCSS) |
| Constructor and Description |
|---|
ObjectStoreFileObject(StoredObject object) |
| Modifier and Type | Method and Description |
|---|---|
protected StoredObject |
AbstractListCommandImpl.getStoredObject(StoredObjectListElement header) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<StoredObject> |
ListObjectsCommandImpl.getReturnObject(org.apache.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
CopyObjectCommand |
StoredObjectCommandFactoryImpl.createCopyObjectCommand(Account account,
Container sourceContainer,
StoredObject sourceObject,
Container targetContainer,
StoredObject targetObject) |
DeleteObjectCommand |
StoredObjectCommandFactoryImpl.createDeleteObjectCommand(Account account,
Container container,
StoredObject target) |
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) |
ObjectInformationCommand |
StoredObjectCommandFactoryImpl.createObjectInformationCommand(Account account,
Container container,
StoredObject object,
boolean allowErrorLog) |
ObjectMetadataCommand |
StoredObjectCommandFactoryImpl.createObjectMetadataCommand(Account account,
Container container,
StoredObject object,
java.util.Collection<? extends Header> headers) |
UploadObjectCommand |
StoredObjectCommandFactoryImpl.createUploadObjectCommand(Account account,
Container container,
StoredObject target,
UploadInstructions uploadInstructions) |
| Constructor and Description |
|---|
AbstractDownloadObjectCommand(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
DownloadInstructions downloadInstructions) |
AbstractObjectCommand(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object) |
CopyObjectCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject sourceObject,
StoredObject targetObject) |
DeleteObjectCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject target) |
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) |
ObjectInformationCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
boolean allowErrorLog) |
ObjectMetadataCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
java.util.Collection<? extends Header> headers) |
UploadObjectCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject target,
UploadInstructions uploadInstructions) |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<java.util.Collection<StoredObject>> |
ListObjectsCommandMock.callSwift() |
| Modifier and Type | Field and Description |
|---|---|
protected StoredObject |
CommandMock.object |
| Constructor and Description |
|---|
CommandMock(Swift swift,
Account account,
Container container,
StoredObject object) |
| Modifier and Type | Method and Description |
|---|---|
CopyObjectCommand |
StoredObjectCommandFactoryMock.createCopyObjectCommand(Account account,
Container sourceContainer,
StoredObject sourceObject,
Container targetContainer,
StoredObject targetObject) |
DeleteObjectCommand |
StoredObjectCommandFactoryMock.createDeleteObjectCommand(Account account,
Container container,
StoredObject target) |
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) |
ObjectInformationCommand |
StoredObjectCommandFactoryMock.createObjectInformationCommand(Account account,
Container container,
StoredObject object,
boolean allowErrorLog) |
ObjectMetadataCommand |
StoredObjectCommandFactoryMock.createObjectMetadataCommand(Account account,
Container container,
StoredObject object,
java.util.Collection<? extends Header> headers) |
UploadObjectCommand |
StoredObjectCommandFactoryMock.createUploadObjectCommand(Account account,
Container container,
StoredObject target,
UploadInstructions uploadInstructions) |
| Modifier and Type | Method and Description |
|---|---|
StoredObject |
DirectoryOrObject.getAsObject() |
StoredObject |
Directory.getAsObject() |
StoredObject |
Website.getErrorPage()
Gets the error page of the website.
|
StoredObject |
Website.getIndexPage()
Gets the index page of the website.
|
StoredObject |
Website.getListingCSS()
Gets the CSS file to use for adding layout to the file listing.
|
StoredObject |
Container.getObject(java.lang.String name)
Returns a handle for an object.
|
StoredObject |
Container.getObjectSegment(java.lang.String name,
int part)
Returns an object that represents a segment of a single large object
|
StoredObject |
StoredObject.setContentType(java.lang.String contentType)
Explicitly sets the content type of an object.
|
StoredObject |
StoredObject.setDeleteAfter(long seconds)
Schedules the object to be deleted after a fixed period of x seconds
|
StoredObject |
StoredObject.setDeleteAfter(java.lang.Long seconds)
Schedules the object to be deleted after a fixed period of x seconds
|
StoredObject |
StoredObject.setDeleteAt(java.util.Date date)
Schedules the object to be deleted at a fixed date.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoredObject.copyObject(Container targetContainer,
StoredObject targetObject)
Copies the content of an object to another object.
|
void |
Website.setErrorPage(StoredObject errorPage)
Gets the error page of the website.
|
void |
Website.setIndexPage(StoredObject indexPage)
Sets the index page of the website.
|
void |
Website.setListingCSS(StoredObject listingCSS)
Sets the CSS file to use for adding layout to the listing.
|
| Modifier and Type | Method and Description |
|---|---|
protected StoredObject |
SwiftStoredObject.copyToStoredObject(StoredObject targetObject) |
StoredObject |
SwiftStoredObject.getAsObject() |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<java.util.Collection<StoredObject>> |
SwiftContainer.listObjects(Container container,
ListInstructions listInstructions) |
SwiftResult<java.util.Collection<StoredObject>> |
Swift.listObjects(Container container,
ListInstructions listInstructions) |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<java.lang.Object> |
Swift.copyObject(Container sourceContainer,
StoredObject sourceObject,
Container targetContainer,
StoredObject targetObject) |
protected StoredObject |
SwiftStoredObject.copyToStoredObject(StoredObject targetObject) |
SwiftResult<java.lang.Object> |
Swift.deleteObject(Container container,
StoredObject object) |
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<java.io.InputStream> |
Swift.downloadObjectAsInputStream(Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
SwiftResult<ObjectInformation> |
Swift.getObjectInformation(Container container,
StoredObject object) |
SwiftResult<java.lang.Object> |
Swift.saveObjectMetadata(Container container,
StoredObject object,
java.util.Collection<? extends Header> headers) |
SwiftResult<java.lang.Object> |
Swift.uploadObject(Container container,
StoredObject object,
UploadInstructions uploadInstructions) |
Copyright © 2012-2020 42 BV. All Rights Reserved.