Class ContentPropertiesPersister

java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.persisters.ContentPropertiesPersister
All Implemented Interfaces:
EntityPersister

public class ContentPropertiesPersister extends Object implements EntityPersister
Persists contentProperties. Must be in stage after content persisting We have to account for two use cases: - The new format where we can just persist the content property directly (this is ignoreCollections = true) - The old format where contentID link is stored in the content object. We must create a map for the old format from the content so we can then manually insert the contentID field
Since:
8.1.0