| DocumentPipe |
|
| DocumentReader |
A document reader.
|
| DocumentReaderFactory |
Interface for a factory that will provide a custom DocumentReader implementation.
|
| DocumentsExporter |
Simple interface useful to wrap a sequence of calls for performing an export.
|
| DocumentsImporter |
Simple interface useful to wrap a sequence of calls for performing an import.
|
| DocumentTransformer |
A document transformer.
|
| DocumentTranslationMap |
Translation map for exported/imported documents.
|
| DocumentWriter |
A document writer.
|
| DocumentWriterFactory |
Interface for a factory that will provide a custom DocumentWriter implementation.
|
| DocumentXMLExporter |
Handles the XML export of a document.
|
| ExportedDocument |
A representation for an exported document.
|
| ExportExtension |
Interface for extension used to enrich the export
|
| ImportExtension |
Interface for extension used to enrich the import
|
| IODocumentManager |
Defines functional interface that deals directly with documents import using provided DocumentReader or InputStream
as a source and DocumentWriter that knows how the documents will be saved into the repository.
|