Uses of Class
com.atlassian.confluence.backuprestore.exception.NotPermittedException
Packages that use NotPermittedException
Package
Description
-
Uses of NotPermittedException in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that throw NotPermittedExceptionModifier and TypeMethodDescriptionvoid
BackupRestoreManager.assertUserHasSystemAdminPermissions()
Checks whether the current user can upload a backup file.int
BackupRestoreManager.cancelAllJobsFromQueue()
Cancels all queued jobs including jobs in QUEUED state and PROCESSING state.Cancels the job.Get job by id.BackupRestoreManager.startSiteBackup
(BackupRestoreSettings siteBackupSettings) Queues a new site backup job if possible.BackupRestoreManager.startSiteRestore
(BackupRestoreSettings siteRestoreSettings) Queues the new site restore job if possible.BackupRestoreManager.startSpaceBackup
(BackupRestoreSettings spaceBackupSettings) Adds the new space backup job to the queue.BackupRestoreManager.startSpaceRestore
(BackupRestoreSettings spaceRestoreSettings) Adds the new space restore job to the queue. -
Uses of NotPermittedException in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore that throw NotPermittedExceptionModifier and TypeMethodDescriptionvoid
ConfluenceBackupRestoreManager.assertUserHasSystemAdminPermissions()
int
ConfluenceBackupRestoreManager.cancelAllJobsFromQueue()
ConfluenceBackupRestoreJobCanceller.cancelJob
(BackupRestoreJob job, BackupRestoreSettings settings, String terminator) Cancels the job.Get job by id.ConfluenceBackupRestoreManager.startSiteBackup
(BackupRestoreSettings siteBackupSettings) Queues a new site backup job if possible.ConfluenceBackupRestoreManager.startSiteRestore
(BackupRestoreSettings siteRestoreSettings) Queues the new site restore job if possible.ConfluenceBackupRestoreManager.startSpaceBackup
(BackupRestoreSettings spaceBackupSettings) Adds the new space backup job to the queue.ConfluenceBackupRestoreManager.startSpaceRestore
(BackupRestoreSettings spaceRestoreSettings) Adds the new space restore job to the queue.