public interface Exporter
| Modifier and Type | Method and Description |
|---|---|
void |
export(Collection<Document> documents)
Exports the documents.
|
default void |
export(Collection<Document> documents,
ExporterQueryContext queryContext) |
String |
getName() |
void |
init(ParameterStructure parameters)
Initializes the exporter and tests whether the
ServerDataSources the exporter needed
for exporting data (if any) is reachable and has been correctly configured. |
void init(ParameterStructure parameters) throws ConfigurationException, ConnectException, InternalErrorException
ServerDataSources the exporter needed
for exporting data (if any) is reachable and has been correctly configured.parameters - parameters to initialize the exporter.ConfigurationException - if the configuration information required by the exporter is
malformed or missing.ConnectException - if a connection error occurs. Typically, the connection to a
ServerDataSource was refused remotely.InternalErrorException - if a severe error occurs.String getName()
void export(Collection<Document> documents) throws ExporterException
documents - Collection of DocumentsExporterExceptiondefault void export(Collection<Document> documents, ExporterQueryContext queryContext) throws ExporterException
ExporterExceptionCopyright © 2024 Denodo Technologies. All rights reserved.