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.finders -
-
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 classConfluenceCloudUserFinderFinds users by emails.classConfluenceUserFinderFinds users by keys or by lower user names.classLabelFinderFinds existing labels (on xml restore).Methods in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders that return ExistingEntityFinder Modifier and Type Method Description ExistingEntityFinderExistingEntityFindersProvider. getExistingEntityFinder(Class<?> clazz)
-