Interface MorpheusSynchronousBackupJobService
- All Superinterfaces:
MorpheusSynchronousDataService<BackupJob,
,BackupJobIdentityProjection> MorpheusSynchronousIdentityService<BackupJobIdentityProjection>
public interface MorpheusSynchronousBackupJobService
extends MorpheusSynchronousDataService<BackupJob,BackupJobIdentityProjection>, MorpheusSynchronousIdentityService<BackupJobIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the BackupContext used for performing updates or queries onBackup
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
-
getBackup
MorpheusSynchronousBackupService getBackup()Returns the BackupContext used for performing updates or queries onBackup
related assets within Morpheus. Typically this would be called by aBackupProvider
- Returns:
- An instance of the Backup Context to be used for calls by various backup providers
-