Class ContentPersisterHelper
- java.lang.Object
-
- com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPersisterHelper
-
public class ContentPersisterHelper extends Object
Some useful operations for Content persister.- Since:
- 8.0.0
-
-
Constructor Summary
Constructors Constructor Description ContentPersisterHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<HibernateField>
getNotEmptyContentDependencies(ImportedObjectV2 importedObject)
-
-
-
Method Detail
-
getNotEmptyContentDependencies
public Collection<HibernateField> getNotEmptyContentDependencies(ImportedObjectV2 importedObject)
- Returns:
- all non empty references.
-
-