Uses of Class
com.atlassian.confluence.api.model.backuprestore.JobScope
-
-
Uses of JobScope in com.atlassian.confluence.api.model.backuprestore
Methods in com.atlassian.confluence.api.model.backuprestore that return JobScope Modifier and Type Method Description JobScopeJobDetails. getJobScope()JobScopeJobFilter. getJobScope()static JobScopeJobScope. 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 voidJobDetails. setJobScope(JobScope jobScope)JobFilter.BuilderJobFilter.Builder. setJobScope(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 JobScopeBackupRestoreJob. getJobScope()JobScopeBackupRestoreJobsSearchFilter. getJobScope()JobScopeBackupRestoreSettings. getJobScope()Methods in com.atlassian.confluence.backuprestore with parameters of type JobScope Modifier and Type Method Description voidBackupRestoreJob. setJobScope(JobScope jobScope)BackupRestoreJobsSearchFilter.BuilderBackupRestoreJobsSearchFilter.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 voidBackupRestoreFilesystemManager. deleteZipFile(String filePath, JobScope jobScope)Deletes a zip file from the restore folderFileBackupRestoreFilesystemManager. 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)StringBackupRestoreFilesystemManager. getRestoreWorkingDir(JobScope jobScope)Returns restore working directory based on the JobScopeStringBackupRestoreFilesystemManager. 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.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup with parameters of type JobScope Modifier and Type Method Description protected voidAbstractBackupService. 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 JobScopeAbstractRestoreEvent. getJobScope()JobScopeRestoreInProgressEvent. 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 JobScopeBackupProperties. 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 voidOnRestoreEventsSender. 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 OnRestoreSearchIndexerOnRestoreSearchIndexerFactory. 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 StatisticsCollectorStatisticsCollectorFactory. 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.ResponseBackupRestoreResource. 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.ResponseBackupRestoreResource. getFiles(JobScope jobScope)returns list of information on files in conf-home/restore/(jobScope)
-