Interface MorpheusSynchronousSnapshotService
- All Superinterfaces:
MorpheusSynchronousDataService<Snapshot,,SnapshotIdentityProjection> MorpheusSynchronousIdentityService<SnapshotIdentityProjection>
public interface MorpheusSynchronousSnapshotService
extends MorpheusSynchronousDataService<Snapshot,SnapshotIdentityProjection>, MorpheusSynchronousIdentityService<SnapshotIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptiongetFile()Returns the SnapshotFileService for interacting withSnapshotFilevia the morpheus contextMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, searchMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
getFile
MorpheusSynchronousSnapshotFileService getFile()Returns the SnapshotFileService for interacting withSnapshotFilevia the morpheus context- Returns:
- SnapshotFileService
-