Class ReferenceEntityFromBodyContentExtractor
- java.lang.Object
-
- com.atlassian.confluence.impl.backuprestore.backup.exporters.ReferenceEntityFromBodyContentExtractor
-
public class ReferenceEntityFromBodyContentExtractor extends Object
This class will usePluginFragmentTransformerandReferencesFromBodyContentExtractorMarkerV2and scan body content to extract a list ofEntityObjectReadyForExport.ReferenceNote: this mainly focus on extractingEntityObjectReadyForExport.Referencefor exporting purpose. We don't want to transform body content so transformed body content will be discarded- Since:
- 8.3.0
-
-
Constructor Summary
Constructors Constructor Description ReferenceEntityFromBodyContentExtractor(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, List<Supplier<FragmentTransformer>> defaultSupplyFragmentTransformers)
-
-
-
Constructor Detail
-
ReferenceEntityFromBodyContentExtractor
public ReferenceEntityFromBodyContentExtractor(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, List<Supplier<FragmentTransformer>> defaultSupplyFragmentTransformers)
-
-