| Package | Description |
|---|---|
| org.imixs.archive.importer | |
| org.imixs.archive.importer.ftp | |
| org.imixs.archive.importer.mail |
| Modifier and Type | Field and Description |
|---|---|
protected javax.enterprise.event.Event<DocumentImportEvent> |
DocumentImportScheduler.importEvents |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentImportService.logMessage(String message,
DocumentImportEvent event)
Creates a new log entry and stores the message into an optional event
|
| Modifier and Type | Method and Description |
|---|---|
String |
CSVImportService.importData(InputStream imputStream,
String encoding,
String type,
String keyField,
DocumentImportEvent event)
This method imports all entities from a csv file.
|
void |
FTPImportService.onEvent(DocumentImportEvent event)
This method reacts on a CDI ImportEvent and reads documents form a ftp
server.
|
void |
CSVImportService.onEvent(DocumentImportEvent event)
This method reacts on a CDI ImportEvent and imports the data of a CSV file
form a ftp server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMAPImportService.onEvent(DocumentImportEvent event)
This method reacts on a CDI ImportEvent and reads documents form a IMAP
server.
|
Copyright © 2016–2022 Imixs Software Solutions GmbH. All rights reserved.