Interface MorpheusSynchronousStorageControllerService
- All Superinterfaces:
MorpheusSynchronousDataService<StorageController,
,StorageControllerIdentityProjection> MorpheusSynchronousIdentityService<StorageControllerIdentityProjection>
public interface MorpheusSynchronousStorageControllerService
extends MorpheusSynchronousDataService<StorageController,StorageControllerIdentityProjection>, MorpheusSynchronousIdentityService<StorageControllerIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the MorpheusSynchronousStorageControllerTypeService context used for performing updates or queries onStorageControllerType
related assets within Morpheus.Methods 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
-
getStorageControllerType
MorpheusSynchronousStorageControllerTypeService getStorageControllerType()Returns the MorpheusSynchronousStorageControllerTypeService context used for performing updates or queries onStorageControllerType
related assets within Morpheus.- Returns:
- An instance of the MorpheusSynchronousStorageControllerTypeService Context
-