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 JobScopeReturns 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 TypeMethodDescriptionvoidJobDetails.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 TypeMethodDescriptionvoidBackupRestoreJob.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 JobScopeModifierConstructorDescriptionprotectedAbstractRestoreEvent(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) voidBackupRestoreFilesystemManager.deleteZipFile(String filePath, JobScope jobScope) Deletes a zip file from the restore folderbooleanChecks 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.FilesystemPathBackupRestoreFilesystemManager.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 voidAbstractBackupService.validateBackupJob(BackupRestoreJob job, BackupRestoreSettings settings, JobScope expectedJobScope) -
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.restore
Methods in com.atlassian.confluence.impl.backuprestore.restore with parameters of type JobScopeModifier and TypeMethodDescriptionImportedObjectsDispatcherFactory.createImportedObjectsDispatcher(JobScope jobScope, JobSource jobSource, Optional<Set<String>> allowedLowerSpaceKeys, String filePath, ParallelTasksExecutor parallelTasksExecutor, HibernateMetadataHelper hibernateMetadataHelper, OnObjectsProcessingHandler onObjectsProcessingHandler, Boolean backupAttachments) BackupPropertiesValidator.validatePropertiesAgainstBackupJob(JobScope jobScope, BackupProperties backupProperties) -
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 TypeMethodDescriptionvoidOnRestoreEventsSender.sendFailureEvent(String errorMessage, JobScope jobScope) voidOnRestoreEventsSender.sendFinishEvents(BackupRestoreSettings settings, Collection<String> spaceKeys, Properties properties, JobScope jobScope, String jobOwner) voidOnRestoreEventsSender.sendInProgressEvent(JobScope jobScope, long processedObjects, long totalNumberOfObjects, boolean databaseLocked, boolean isDisplayJohnson) voidOnRestoreEventsSender.sendStartEvents(BackupRestoreSettings settings, Collection<String> spaceKeys, Properties properties, JobScope jobScope, String jobOwner) voidOnRestoreEventsSender.sendSuccessfulEvent(JobScope jobScope) -
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Methods in com.atlassian.confluence.impl.backuprestore.restore.idmapping with parameters of type JobScopeModifier and TypeMethodDescriptionIdMapperFactory.createIdMapper(JobScope jobScope, JobSource jobSource, Collection<ExportableEntityInfo> importableEntitiesInfo, OnObjectsProcessingHandler onObjectsProcessingHandler) -
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.restore.taskrunners
Methods in com.atlassian.confluence.impl.backuprestore.restore.taskrunners with parameters of type JobScopeModifier and TypeMethodDescriptionImportTaskRunnerFactory.createImportTaskRunner(JobScope jobScope) Creates instance ofImportTaskRunnerdepending on job scope -
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