Interface BackupService


public interface BackupService
Defines the backup service.
Since:
1.6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    backup(BackupSpec backupSpec)
    Backs up the digital asset with the backup specifications.
  • Method Details

    • backup

      File backup(BackupSpec backupSpec) throws DAMException
      Backs up the digital asset with the backup specifications.
      Parameters:
      backupSpec - the backup specifications
      Returns:
      the file after backup
      Throws:
      DAMException