Uses of Enum Class
com.atlassian.confluence.api.model.backuprestore.JobScope
Packages that use JobScope
Package
Description
-
Uses of JobScope in com.atlassian.confluence.api.model.backuprestore
Fields in com.atlassian.confluence.api.model.backuprestore declared as JobScopeMethods in com.atlassian.confluence.api.model.backuprestore that return JobScopeModifier and TypeMethodDescriptionFileInfo.getJobScope()
JobDetails.getJobScope()
JobFilter.getJobScope()
static JobScope
Returns the enum constant of this class with the specified name.static JobScope[]
JobScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.api.model.backuprestore with parameters of type JobScopeModifier and TypeMethodDescriptionvoid
JobDetails.setJobScope
(JobScope jobScope) JobFilter.Builder.setJobScope
(JobScope jobScope) Constructors in com.atlassian.confluence.api.model.backuprestore with parameters of type JobScope -
Uses of JobScope in com.atlassian.confluence.api.service.backuprestore
Methods in com.atlassian.confluence.api.service.backuprestore with parameters of type JobScope -
Uses of JobScope in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return JobScopeModifier and TypeMethodDescriptionBackupRestoreJob.getJobScope()
BackupRestoreJobsSearchFilter.getJobScope()
BackupRestoreSettings.getJobScope()
Methods in com.atlassian.confluence.backuprestore with parameters of type JobScopeModifier and TypeMethodDescriptionvoid
BackupRestoreJob.setJobScope
(JobScope jobScope) BackupRestoreJobsSearchFilter.Builder.setJobScope
(JobScope jobScope) Constructors in com.atlassian.confluence.backuprestore with parameters of type JobScope -
Uses of JobScope in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return JobScopeModifier and TypeMethodDescriptionAbstractRestoreEvent.getJobScope()
RestoreInProgressEvent.getJobScope()
Constructors in com.atlassian.confluence.event.events.admin with parameters of type JobScopeModifierConstructorDescriptionprotected
AbstractRestoreEvent
(Object src, JobScope jobScope) RestoreFailedEvent
(Object src, JobScope jobScope, String errorMessage, boolean isDisplayJohnson) RestoreInProgressEvent
(Object src, JobScope jobScope, long processedObjects, long totalNumberOfObjects, boolean databaseLocked, boolean isDisplayJohnson) RestoreLockDatabaseEvent
(Object src, JobScope jobScope) RestoreSucceededEvent
(Object src, JobScope jobScope) RestoreUnlockDatabaseEvent
(Object src, JobScope jobScope) -
Uses of JobScope in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore with parameters of type JobScopeModifier and TypeMethodDescriptionIndependentBackupRestoreJobManager.createAndSaveNewJob
(ExecutorService executorService, JobOperation jobOperation, JobScope jobScope, JobState jobState, Instant createTime, String owner, BackupRestoreSettings backupRestoreSettings) void
BackupRestoreFilesystemManager.deleteZipFile
(String filePath, JobScope jobScope) Deletes a zip file from the restore folderboolean
Checks if a file with the given name exists in the restore working directoryReturns a file from the restore directory if it exists.Gets list of FileInfo objects containing the information of files present in the site or space restore folderBackupRestoreFilesystemManager.getFileSize
(String fileName, JobScope jobScope) Returns the size (in bytes) of a file in the restore directory if it exists.BackupRestoreFilesystemManager.getRestoreWorkingDir
(JobScope jobScope) Returns restore working directory based on the JobScopeBackupRestoreFilesystemManager.moveExistingLocalFileToRestoreDir
(File fileToMove, JobScope jobScope) Moves the provided file to the restore directorycom.atlassian.dc.filestore.api.compat.FilesystemPath
BackupRestoreFilesystemManager.writeFileLocally
(JobScope jobScope, String fileName, Supplier<InputStream> inputStreamSupplier) Writes a local file with a given name and given InputStream based on the JobScope. -
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.analytics
Methods in com.atlassian.confluence.impl.backuprestore.analytics that return JobScopeModifier and TypeMethodDescriptionBackupRestoreAddJobAnalyticsEvent.getJobScope()
Get scope of jobBackupRestoreFinishJobAnalyticsEvent.getJobScope()
Get scope of jobBackupRestoreStartJobAnalyticsEvent.getJobScope()
Get scope of jobConstructors in com.atlassian.confluence.impl.backuprestore.analytics with parameters of type JobScopeModifierConstructorDescriptionBackupRestoreAddJobAnalyticsEvent
(Long jobId, JobScope jobScope, JobOperation jobOperation, Boolean fileWasUploaded) BackupRestoreFinishJobAnalyticsEvent
(Long jobId, JobScope jobScope, JobOperation jobOperation, JobState jobState, Long objectsProcessed, Long backupZipSize, Long totalDuration, Boolean attachmentsIncluded) BackupRestoreStartJobAnalyticsEvent
(Long jobId, JobScope jobScope, JobOperation jobOperation) -
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup with parameters of type JobScopeModifier and TypeMethodDescriptionprotected void
AbstractBackupService.validateBackupJob
(BackupRestoreJob job, BackupRestoreSettings settings, JobScope expectedJobScope) -
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.restore.container
Methods in com.atlassian.confluence.impl.backuprestore.restore.container that return JobScope -
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.restore.events
Methods in com.atlassian.confluence.impl.backuprestore.restore.events with parameters of type JobScopeModifier and TypeMethodDescriptionvoid
OnRestoreEventsSender.sendInProgressEvent
(JobScope jobScope, long processedObjects, long totalNumberOfObjects, boolean databaseLocked, boolean isDisplayJohnson) -
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.restore.persisters
Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type JobScopeModifierConstructorDescriptionPersistersCreator
(EntityPersistersFactory entityPersistersFactory, Collection<ExportableEntityInfo> exportableEntityInfos, Map<Class<?>, ExportableEntityInfo> additionalExportableEntities, JobScope jobScope, Optional<Set<String>> allowedLowerSpaceKeys) -
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Methods in com.atlassian.confluence.impl.backuprestore.restore.searchindexer with parameters of type JobScopeModifier and TypeMethodDescriptionOnRestoreSearchIndexerFactory.createOnRestoreSearchIndexer
(JobScope jobScope, ParallelTasksExecutor parallelTasksExecutor) -
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.statistics
Methods in com.atlassian.confluence.impl.backuprestore.statistics with parameters of type JobScopeModifier and TypeMethodDescriptionStatisticsCollectorFactory.createStatisticsCollector
(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor) Constructors in com.atlassian.confluence.impl.backuprestore.statistics with parameters of type JobScopeModifierConstructorDescriptionStatisticsCollector
(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor) -
Uses of JobScope in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type JobScope