Uses of Interface
org.nuxeo.ecm.core.io.ExportExtension
-
Packages that use ExportExtension Package Description org.nuxeo.ecm.core.io.impl.extensions org.nuxeo.ecm.core.io.impl.plugins -
-
Uses of ExportExtension in org.nuxeo.ecm.core.io.impl.extensions
Classes in org.nuxeo.ecm.core.io.impl.extensions that implement ExportExtension Modifier and Type Class Description class
LockExporterExtension
Allows to export Lock information as part of the XML stremclass
VersionInfoExportExtension
Exports version information for a givenDocumentModel
-
Uses of ExportExtension in org.nuxeo.ecm.core.io.impl.plugins
Fields in org.nuxeo.ecm.core.io.impl.plugins with type parameters of type ExportExtension Modifier and Type Field Description protected List<ExportExtension>
ExtensibleDocumentTreeReader. extensions
Methods in org.nuxeo.ecm.core.io.impl.plugins with parameters of type ExportExtension Modifier and Type Method Description void
ExtensibleDocumentTreeReader. registerExtension(ExportExtension ext)
-