Class ReferenceEntityFromBodyContentExtractor
- java.lang.Object
-
- com.atlassian.confluence.impl.backuprestore.backup.exporters.ReferenceEntityFromBodyContentExtractor
-
public class ReferenceEntityFromBodyContentExtractor extends Object
This class will usePluginFragmentTransformer
andReferencesFromBodyContentExtractorMarkerV2
and scan body content to extract a list ofEntityObjectReadyForExport.Reference
Note: this mainly focus on extractingEntityObjectReadyForExport.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
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)
-
-