Package com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
-
Interface Summary Interface Description ExistingEntityFinder Allows to find objects already existing in the DB. -
Class Summary Class Description AbstractUserEntityFinder Responsible for finding users by user keys - if not found try second stage finder.CompoundExistingEntityFinder This is a class which could compound the result of multipleExistingEntityFinder
which has same supported class and same job sourceConfluenceCloudUserFinder Finds users by emails.ConfluenceUserFinder Finds users by lower usernames for server imports.ExistingEntityFindersProvider Builds map of finders that can be used to find existing entities (like users or labels) during space restoreLabelFinder Finds existing labels (on xml restore).PluginProvidedExistingEntityFinder This will allow plugin to find existing id of an object it is interested.