Uses of Class
com.atlassian.confluence.api.model.backuprestore.JobSource
-
-
Uses of JobSource in com.atlassian.confluence.api.model.backuprestore
Methods in com.atlassian.confluence.api.model.backuprestore that return JobSource Modifier and Type Method Description static JobSource
JobSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobSource[]
JobSource. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JobSource in com.atlassian.confluence.impl.backuprestore.restore
Methods in com.atlassian.confluence.impl.backuprestore.restore with parameters of type JobSource Modifier and Type Method Description ImportedObjectsDispatcher
ImportedObjectsDispatcherFactory. createImportedObjectsDispatcher(BackupRestoreJob job, 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 JobSource Modifier and Type Method Description JobSource
BackupProperties. 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 JobSource Modifier and Type Method Description IdMapper
IdMapperFactory. createIdMapper(BackupRestoreJob job, JobSource jobSource, Collection<ExportableEntityInfo> importableEntitiesInfo, OnObjectsProcessingHandler onObjectsProcessingHandler)
Constructors in com.atlassian.confluence.impl.backuprestore.restore.idmapping with parameters of type JobSource Constructor Description SpaceRestoreIdMapper(PersistedObjectsRegister persistedObjectsRegister, RestoreDao restoreDao, ExistingEntityFindersProvider entityFinderProvider, FakeObjectProvider fakeObjectProvider, JobSource jobSource, OnObjectsProcessingHandler onObjectsProcessingHandler)
-
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 JobSource Modifier and Type Method Description ExistingEntityFinder
ExistingEntityFindersProvider. 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)
-