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.0
Creates an instance of
ConfluenceUserPersister when the ImportedObject represents a ConfluenceUserImpl object- Since:
- 6.15
-
Constructor Summary
ConstructorsConstructorDescriptionConfluenceUserPersisterFactory(ConfluenceUserDao confluenceUserDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService directoryService, InternalUserDao<com.atlassian.crowd.model.user.InternalUser> crowdUserDao) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreatePersisterFor(ImportedObject importedObject) Deprecated.Creates a new persister for the givenImportedObject.
-
Constructor Details
-
ConfluenceUserPersisterFactory
public ConfluenceUserPersisterFactory(ConfluenceUserDao confluenceUserDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService directoryService, InternalUserDao<com.atlassian.crowd.model.user.InternalUser> crowdUserDao) Deprecated.
-
-
Method Details
-
createPersisterFor
Deprecated.Description copied from interface:ObjectPersisterFactoryCreates a new persister for the givenImportedObject.- Specified by:
createPersisterForin interfaceObjectPersisterFactory- Parameters:
importedObject- the object to persist.- Returns:
- the matching
ObjectPersister, or null if none could be found.
-