Class HibernateContentPermissionPersisterFactory
java.lang.Object
com.atlassian.confluence.importexport.xmlimport.persister.HibernateContentPermissionPersisterFactory
- All Implemented Interfaces:
ObjectPersisterFactory
@Deprecated
public class HibernateContentPermissionPersisterFactory
extends Object
implements ObjectPersisterFactory
Deprecated.
since 7.17.0
Creates an instance of
HibernateContentPermissionPersister if the ImportedObject matches.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePersisterFor(ImportedObject importedObject) Deprecated.Creates a new persister for the givenImportedObject.
-
Constructor Details
-
HibernateContentPermissionPersisterFactory
public HibernateContentPermissionPersisterFactory()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.
-