Uses of Class
com.atlassian.confluence.api.model.backuprestore.JobScope
-
-
Uses of JobScope in com.atlassian.confluence.api.model.backuprestore
Fields in com.atlassian.confluence.api.model.backuprestore declared as JobScope Modifier and Type Field Description JobScope
FileInfo. jobScope
Methods in com.atlassian.confluence.api.model.backuprestore that return JobScope Modifier and Type Method Description JobScope
FileInfo. getJobScope()
JobScope
JobDetails. getJobScope()
JobScope
JobFilter. getJobScope()
static JobScope
JobScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobScope[]
JobScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.api.model.backuprestore with parameters of type JobScope Modifier and Type Method Description void
JobDetails. setJobScope(JobScope jobScope)
JobFilter.Builder
JobFilter.Builder. setJobScope(JobScope jobScope)
Constructors in com.atlassian.confluence.api.model.backuprestore with parameters of type JobScope Constructor Description FileInfo(String name, String creationTime, long size, JobScope jobScope)
-
Uses of JobScope in com.atlassian.confluence.api.service.backuprestore
Methods in com.atlassian.confluence.api.service.backuprestore with parameters of type JobScope Modifier and Type Method Description List<FileInfo>
BackupRestoreService. getFiles(JobScope jobScope)
Gets information of files stored in /restore/(jobScope) -
Uses of JobScope in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return JobScope Modifier and Type Method Description JobScope
BackupRestoreJob. getJobScope()
JobScope
BackupRestoreJobsSearchFilter. getJobScope()
JobScope
BackupRestoreSettings. getJobScope()
Methods in com.atlassian.confluence.backuprestore with parameters of type JobScope Modifier and Type Method Description void
BackupRestoreJob. setJobScope(JobScope jobScope)
BackupRestoreJobsSearchFilter.Builder
BackupRestoreJobsSearchFilter.Builder. setJobScope(JobScope jobScope)
Constructors in com.atlassian.confluence.backuprestore with parameters of type JobScope Constructor Description Builder(JobOperation jobOperation, JobScope jobScope)
-
Uses of JobScope in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore with parameters of type JobScope Modifier and Type Method Description BackupRestoreJob
IndependentBackupRestoreJobManager. 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 folderFile
BackupRestoreFilesystemManager. getFile(String fileName, JobScope jobScope)
Returns a file from the restore directory if it exists.List<FileInfo>
BackupRestoreFilesystemManager. getFiles(JobScope jobScope)
Gets list of FileInfo objects containing the information of files present in the site or space restore folderList<FileInfo>
DefaultBackupRestoreService. getFiles(JobScope jobScope)
Long
BackupRestoreFilesystemManager. getFileSize(String fileName, JobScope jobScope)
Returns the size (in bytes) of a file in the restore directory if it exists.String
BackupRestoreFilesystemManager. getRestoreWorkingDir(JobScope jobScope)
Returns restore working directory based on the JobScopeString
BackupRestoreFilesystemManager. 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 JobScope Modifier and Type Method Description JobScope
BackupRestoreAddJobAnalyticsEvent. getJobScope()
Get scope of jobJobScope
BackupRestoreFinishJobAnalyticsEvent. getJobScope()
Get scope of jobJobScope
BackupRestoreStartJobAnalyticsEvent. getJobScope()
Get scope of jobConstructors in com.atlassian.confluence.impl.backuprestore.analytics with parameters of type JobScope Constructor Description BackupRestoreAddJobAnalyticsEvent(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 JobScope Modifier and Type Method Description protected void
AbstractBackupService. validateBackupJob(BackupRestoreJob job, BackupRestoreSettings settings, JobScope expectedJobScope)
-
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.events
Methods in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.events that return JobScope Modifier and Type Method Description JobScope
AbstractRestoreEvent. getJobScope()
JobScope
RestoreInProgressEvent. getJobScope()
Constructors in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.events with parameters of type JobScope Constructor Description 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.restore.container
Methods in com.atlassian.confluence.impl.backuprestore.restore.container that return JobScope Modifier and Type Method Description JobScope
BackupProperties. getJobScope()
-
Uses of JobScope in com.atlassian.confluence.impl.backuprestore.restore.events
Methods in com.atlassian.confluence.impl.backuprestore.restore.events with parameters of type JobScope Modifier and Type Method Description void
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 JobScope Constructor Description PersistersCreator(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 JobScope Modifier and Type Method Description OnRestoreSearchIndexer
OnRestoreSearchIndexerFactory. 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 JobScope Modifier and Type Method Description StatisticsCollector
StatisticsCollectorFactory. 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 JobScope Constructor Description StatisticsCollector(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 Modifier and Type Method Description javax.ws.rs.core.Response
BackupRestoreResource. findJobs(Integer limit, String fromDate, String toDate, JobScope jobScope, JobOperation jobOperation, List<JobState> jobStates, String spaceKey, String owner)
Returns jobs based on the filters provided.javax.ws.rs.core.Response
BackupRestoreResource. getFiles(JobScope jobScope)
returns list of information on files in conf-home/restore/(jobScope)
-