public class BucketServiceImpl extends Object implements BucketService
| Constructor and Description |
|---|
BucketServiceImpl(org.adorsys.encobject.service.api.ExtendedStoreConnection extendedStoreConnection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bucketExists(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory) |
void |
createBucket(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory) |
void |
createPlainFile(org.adorsys.encobject.complextypes.BucketPath bucketPath,
PlainFileContent plainFileContent) |
void |
deletePlainFile(org.adorsys.encobject.complextypes.BucketPath bucketPath) |
void |
deletePlainFolder(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory) |
void |
destroyBucket(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory) |
boolean |
fileExists(org.adorsys.encobject.complextypes.BucketPath bucketPath) |
BucketContent |
readDocumentBucket(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory,
org.adorsys.encobject.types.ListRecursiveFlag listRecursiveFlag) |
PlainFileContent |
readPlainFile(org.adorsys.encobject.complextypes.BucketPath bucketPath) |
public BucketServiceImpl(org.adorsys.encobject.service.api.ExtendedStoreConnection extendedStoreConnection)
public void createBucket(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory)
createBucket in interface BucketServicepublic void destroyBucket(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory)
destroyBucket in interface BucketServicepublic BucketContent readDocumentBucket(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory, org.adorsys.encobject.types.ListRecursiveFlag listRecursiveFlag)
readDocumentBucket in interface BucketServicepublic boolean bucketExists(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory)
bucketExists in interface BucketServicepublic void createPlainFile(org.adorsys.encobject.complextypes.BucketPath bucketPath,
PlainFileContent plainFileContent)
createPlainFile in interface BucketServicepublic void deletePlainFile(org.adorsys.encobject.complextypes.BucketPath bucketPath)
deletePlainFile in interface BucketServicepublic void deletePlainFolder(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory)
deletePlainFolder in interface BucketServicepublic PlainFileContent readPlainFile(org.adorsys.encobject.complextypes.BucketPath bucketPath)
readPlainFile in interface BucketServicepublic boolean fileExists(org.adorsys.encobject.complextypes.BucketPath bucketPath)
fileExists in interface BucketServiceCopyright © 2018. All rights reserved.