Uses of Enum Class
com.atlassian.confluence.api.model.backuprestore.JobSource
Packages that use JobSource
Package
Description
-
Uses of JobSource in com.atlassian.confluence.api.model.backuprestore
Methods in com.atlassian.confluence.api.model.backuprestore that return JobSource -
Uses of JobSource in com.atlassian.confluence.impl.backuprestore.restore
Methods in com.atlassian.confluence.impl.backuprestore.restore with parameters of type JobSourceModifier and TypeMethodDescriptionImportedObjectsDispatcherFactory.createImportedObjectsDispatcher
(JobScope jobScope, JobSource jobSource, Optional<Set<String>> allowedLowerSpaceKeys, String filePath, ParallelTasksExecutor parallelTasksExecutor, HibernateMetadataHelper hibernateMetadataHelper, OnObjectsProcessingHandler onObjectsProcessingHandler, Boolean backupAttachments) -
Uses of JobSource in com.atlassian.confluence.impl.backuprestore.restore.container
Methods in com.atlassian.confluence.impl.backuprestore.restore.container that return JobSourceModifier and TypeMethodDescriptionBackupProperties.getJobSource()
Get the source of the export that we want to import -
Uses of JobSource in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Methods in com.atlassian.confluence.impl.backuprestore.restore.idmapping with parameters of type JobSourceModifier and TypeMethodDescriptionIdMapperFactory.createIdMapper
(JobScope jobScope, JobSource jobSource, Collection<ExportableEntityInfo> importableEntitiesInfo, OnObjectsProcessingHandler onObjectsProcessingHandler) Constructors in com.atlassian.confluence.impl.backuprestore.restore.idmapping with parameters of type JobSourceModifierConstructorDescriptionSpaceRestoreIdMapper
(PersistedObjectsRegister persistedObjectsRegister, ExistingEntityFindersProvider entityFinderProvider, FakeObjectProvider fakeObjectProvider, JobSource jobSource, OnObjectsProcessingHandler onObjectsProcessingHandler, SmartIdGenerator smartIdGenerator) -
Uses of JobSource in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
Methods in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders with parameters of type JobSourceModifier and TypeMethodDescriptionExistingEntityFindersProvider.getExistingEntityFinder
(Class<?> clazz, JobSource jobSource) boolean
CompoundExistingEntityFinder.isSupportedJobSource
(JobSource jobSource) All inner finderList must support same supported jobSourceboolean
ConfluenceCloudUserFinder.isSupportedJobSource
(JobSource jobSource) boolean
ConfluenceUserFinder.isSupportedJobSource
(JobSource jobSource) boolean
ExistingEntityFinder.isSupportedJobSource
(JobSource jobSource) boolean
LabelFinder.isSupportedJobSource
(JobSource jobSource) boolean
PluginProvidedExistingEntityFinder.isSupportedJobSource
(JobSource jobSource)