public interface BucketService
| 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) |
void createBucket(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory)
void destroyBucket(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory)
boolean bucketExists(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory)
boolean fileExists(org.adorsys.encobject.complextypes.BucketPath bucketPath)
void createPlainFile(org.adorsys.encobject.complextypes.BucketPath bucketPath,
PlainFileContent plainFileContent)
PlainFileContent readPlainFile(org.adorsys.encobject.complextypes.BucketPath bucketPath)
void deletePlainFile(org.adorsys.encobject.complextypes.BucketPath bucketPath)
void deletePlainFolder(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory)
BucketContent readDocumentBucket(org.adorsys.encobject.complextypes.BucketDirectory bucketDirectory, org.adorsys.encobject.types.ListRecursiveFlag listRecursiveFlag)
Copyright © 2018. All rights reserved.