Package org.nuxeo.ecm.core.io
Interface ImportExtension
- All Known Implementing Classes:
DocumentLockImporter
public interface ImportExtension
Interface for extension used to enrich the import
- Since:
- 7.4
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateImport
(CoreSession session, DocumentModel docModel, ExportedDocument result)
-
Method Details
-
updateImport
void updateImport(CoreSession session, DocumentModel docModel, ExportedDocument result) throws Exception - Throws:
Exception
-