Class ReferenceEntityFromBodyContentExtractor
java.lang.Object
com.atlassian.confluence.impl.backuprestore.backup.exporters.ReferenceEntityFromBodyContentExtractor
This class will use
PluginFragmentTransformer
and ReferencesFromBodyContentExtractorMarkerV2
and scan
body content to extract a list of EntityObjectReadyForExport.Reference
Note: this mainly focus on extracting EntityObjectReadyForExport.Reference
for exporting purpose. We don't want
to transform body content so transformed body content will be discarded- Since:
- 8.3.0
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceEntityFromBodyContentExtractor
(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, List<Supplier<FragmentTransformer>> defaultSupplyFragmentTransformers) -
Method Summary
-
Constructor Details
-
ReferenceEntityFromBodyContentExtractor
public ReferenceEntityFromBodyContentExtractor(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, List<Supplier<FragmentTransformer>> defaultSupplyFragmentTransformers)
-