Class ConfluenceUserPersisterFactory
- java.lang.Object
-
- com.atlassian.confluence.importexport.xmlimport.persister.ConfluenceUserPersisterFactory
-
- All Implemented Interfaces:
ObjectPersisterFactory
@Deprecated public class ConfluenceUserPersisterFactory extends Object implements ObjectPersisterFactory
Deprecated.since 7.17.0Creates an instance ofConfluenceUserPersister
when theImportedObject
represents aConfluenceUserImpl
object- Since:
- 6.15
-
-
Constructor Summary
Constructors Constructor Description ConfluenceUserPersisterFactory(ConfluenceUserDao confluenceUserDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService directoryService, InternalUserDao<com.atlassian.crowd.model.user.InternalUser> crowdUserDao)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectPersister
createPersisterFor(ImportedObject importedObject)
Deprecated.Creates a new persister for the givenImportedObject
.
-
-
-
Constructor Detail
-
ConfluenceUserPersisterFactory
public ConfluenceUserPersisterFactory(ConfluenceUserDao confluenceUserDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService directoryService, InternalUserDao<com.atlassian.crowd.model.user.InternalUser> crowdUserDao)
Deprecated.
-
-
Method Detail
-
createPersisterFor
public ObjectPersister createPersisterFor(ImportedObject importedObject)
Deprecated.Description copied from interface:ObjectPersisterFactory
Creates a new persister for the givenImportedObject
.- Specified by:
createPersisterFor
in interfaceObjectPersisterFactory
- Parameters:
importedObject
- the object to persist.- Returns:
- the matching
ObjectPersister
, or null if none could be found.
-
-