Interface MorpheusSynchronousStorageBucketService
- All Superinterfaces:
MorpheusSynchronousDataService<StorageBucket,
,StorageBucketIdentityProjection> MorpheusSynchronousIdentityService<StorageBucketIdentityProjection>
public interface MorpheusSynchronousStorageBucketService
extends MorpheusSynchronousDataService<StorageBucket,StorageBucketIdentityProjection>, MorpheusSynchronousIdentityService<StorageBucketIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptioncom.bertramlabs.plugins.karman.StorageProvider
getBucketStorageProvider
(Long storageBucketId) Get a StorageProvider for a given StorageBucketMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
getBucketStorageProvider
Get a StorageProvider for a given StorageBucket- Parameters:
storageBucketId
- the id of the StorageBucket- Returns:
- Single stream of the StorageProvider for the storage bucket
-