Uses of Class
com.atlassian.confluence.backuprestore.exception.NotPermittedException
-
Packages that use NotPermittedException Package Description com.atlassian.confluence.impl.backuprestore -
-
Uses of NotPermittedException in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore that throw NotPermittedException Modifier and Type Method Description BackupRestoreJobConfluenceBackupRestoreManager. cancelJob(Long jobId)Cancels the job.BackupRestoreJobConfluenceBackupRestoreManager. startSiteBackup(BackupRestoreSettings siteBackupSettings)Starts the new site backup job if possible.BackupRestoreJobConfluenceBackupRestoreManager. startSiteRestore(BackupRestoreSettings siteRestoreSettings)Starts the new site restore job if possible.BackupRestoreJobConfluenceBackupRestoreManager. startSpaceRestore(BackupRestoreSettings spaceRestoreSettings)Adds the new space restore job to the queue.
-