Package com.morpheusdata.core
Interface MorpheusStorageAggregateService
- All Superinterfaces:
MorpheusDataQueryService<StorageAggregate>,MorpheusDataService<StorageAggregate,StorageAggregate>
public interface MorpheusStorageAggregateService
extends MorpheusDataService<StorageAggregate,StorageAggregate>
Context methods for
StorageAggregate in Morpheus.- Since:
- 1.3.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the StorageAggregateType ServiceMethods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, searchMethods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
-
Method Details
-
getStorageAggregateType
MorpheusStorageAggregateTypeService getStorageAggregateType()Returns the StorageAggregateType Service- Returns:
- An instance of the StorageAggregateType Service
-