Class SynchronyEventsPersisterFactory
java.lang.Object
com.atlassian.confluence.importexport.xmlimport.persister.SynchronyEventsPersisterFactory
- All Implemented Interfaces:
ObjectPersisterFactory
@Deprecated
@Internal
public class SynchronyEventsPersisterFactory
extends Object
implements ObjectPersisterFactory
Deprecated.
since 7.17.0
A persister for synchrony events which ignores them.
- Since:
- 6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePersisterFor
(ImportedObject importedObject) Deprecated.Creates a new persister for the givenImportedObject
.
-
Constructor Details
-
SynchronyEventsPersisterFactory
public SynchronyEventsPersisterFactory()Deprecated.
-
-
Method Details
-
createPersisterFor
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.
-