Class ConfluenceUserFinder
java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.AbstractUserEntityFinder
com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceUserFinder
- All Implemented Interfaces:
ExistingEntityFinder
Finds users by lower usernames for server imports.
This finder must not be created and used for site imports because all users should be persisted as is.
- Since:
- 8.1.0
-
Field Summary
Fields inherited from class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.AbstractUserEntityFinder
confluenceUserDao -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<ImportedObjectV2, com.atlassian.sal.api.user.UserKey> doSecondStageFind(List<ImportedObjectV2> importedObjectPartition) Class<?> booleanisSupportedJobSource(JobSource jobSource) Methods inherited from class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.AbstractUserEntityFinder
findExistingObjectIds
-
Constructor Details
-
ConfluenceUserFinder
-
-
Method Details
-
doSecondStageFind
public Map<ImportedObjectV2,com.atlassian.sal.api.user.UserKey> doSecondStageFind(List<ImportedObjectV2> importedObjectPartition) - Specified by:
doSecondStageFindin classAbstractUserEntityFinder- Parameters:
importedObjectPartition-- Returns:
- Map of import objects and their UserKeys if they were found.
-
getSupportedClass
- Returns:
- the entity class that is processed by this finder
-
isSupportedJobSource
- Returns:
- the JobSource this finder accepts
-