Interface MorpheusSynchronousStorageAggregateService
- All Superinterfaces:
MorpheusSynchronousDataService<StorageAggregate,StorageAggregate>
public interface MorpheusSynchronousStorageAggregateService
extends MorpheusSynchronousDataService<StorageAggregate,StorageAggregate>
Synchronous context methods for
StorageAggregate in Morpheus.- Since:
- 1.3.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the StorageAggregateType ServiceMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
-
Method Details
-
getStorageAggregateType
MorpheusSynchronousStorageAggregateTypeService getStorageAggregateType()Returns the StorageAggregateType Service- Returns:
- An instance of the StorageAggregateType Service
-