Interface MorpheusBackupTypeService

All Superinterfaces:
MorpheusDataService<BackupType,BackupTypeIdentityProjection>, MorpheusIdentityService<BackupTypeIdentityProjection>

Context methods for interacting with BackupTypes in Morpheus
Since:
0.13.4
  • Method Details

    • listById

      @Deprecated(since="0.15.4") io.reactivex.rxjava3.core.Observable<BackupType> listById(Collection<Long> ids)
      Deprecated.
      Lists all BackupType objects by a list of Identifiers. This is commonly used in sync / caching logic.
      Parameters:
      ids - list of BackupType ids to fetch.
      Returns:
      an RxJava Observable stream of BackupType objects for subscription.
    • listByCodes

      @Deprecated(since="0.15.4") io.reactivex.rxjava3.core.Observable<BackupType> listByCodes(Collection<String> codes)
      Deprecated.
      Lists all BackupType objects by a list of Codes. This is commonly used in sync / caching logic.
      Parameters:
      codes - list of BackupType codes to fetch.
      Returns:
      an RxJava Observable stream of BackupType objects for subscription.