Uses of Interface
com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ExistingEntityFinder
-
Packages that use ExistingEntityFinder Package Description com.atlassian.confluence.impl.backuprestore.restore.idmapping com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders -
-
Uses of ExistingEntityFinder in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Constructor parameters in com.atlassian.confluence.impl.backuprestore.restore.idmapping with type arguments of type ExistingEntityFinder Constructor Description IdMapperFactory(List<ExistingEntityFinder> defaultExistingEntityFinders, com.atlassian.plugin.PluginAccessor pluginAccessor, RestoreDao restoreDao) -
Uses of ExistingEntityFinder in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
Classes in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders that implement ExistingEntityFinder Modifier and Type Class Description classAbstractUserEntityFinderResponsible for finding users by user keys - if not found try second stage finder.classCompoundExistingEntityFinderThis is a class which could compound the result of multipleExistingEntityFinderwhich has same supported class and same job sourceclassConfluenceCloudUserFinderFinds users by emails.classConfluenceUserFinderFinds users by lower usernames for server imports.classLabelFinderFinds existing labels (on xml restore).classPluginProvidedExistingEntityFinderThis will allow plugin to find existing id of an object it is interested.Methods in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders that return ExistingEntityFinder Modifier and Type Method Description ExistingEntityFinderExistingEntityFindersProvider. getExistingEntityFinder(Class<?> clazz, JobSource jobSource)Methods in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders that return types with arguments of type ExistingEntityFinder Modifier and Type Method Description List<ExistingEntityFinder>CompoundExistingEntityFinder. getFinderList()Constructor parameters in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders with type arguments of type ExistingEntityFinder Constructor Description CompoundExistingEntityFinder(List<ExistingEntityFinder> finderList)ExistingEntityFindersProvider(List<ExistingEntityFinder> defaultExistingEntityFinders, com.atlassian.plugin.PluginAccessor pluginAccessor)
-