public class ConfluenceUserPersisterFactory extends Object implements ObjectPersisterFactory
ConfluenceUserPersister
when the ImportedObject
represents a ConfluenceUserImpl
objectConstructor and Description |
---|
ConfluenceUserPersisterFactory(ConfluenceUserDao confluenceUserDao,
com.atlassian.crowd.embedded.api.CrowdDirectoryService directoryService,
InternalUserDao crowdUserDao) |
Modifier and Type | Method and Description |
---|---|
ObjectPersister |
createPersisterFor(ImportedObject importedObject)
Creates a new persister for the given
ImportedObject . |
public ConfluenceUserPersisterFactory(ConfluenceUserDao confluenceUserDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService directoryService, InternalUserDao crowdUserDao)
public ObjectPersister createPersisterFor(ImportedObject importedObject)
ObjectPersisterFactory
ImportedObject
.createPersisterFor
in interface ObjectPersisterFactory
importedObject
- the object to persist.ObjectPersister
, or null if none could be found.Copyright © 2003–2020 Atlassian. All rights reserved.