Uses of Class
org.imixs.archive.importer.DocumentImportEvent
-
Packages that use DocumentImportEvent Package Description org.imixs.archive.importer org.imixs.archive.importer.ftp org.imixs.archive.importer.mail -
-
Uses of DocumentImportEvent in org.imixs.archive.importer
Fields in org.imixs.archive.importer with type parameters of type DocumentImportEvent Modifier and Type Field Description protected javax.enterprise.event.Event<DocumentImportEvent>DocumentImportScheduler. importEventsMethods in org.imixs.archive.importer with parameters of type DocumentImportEvent Modifier and Type Method Description voidDocumentImportService. logMessage(String message, DocumentImportEvent event)Creates a new log entry and stores the message into an optional event -
Uses of DocumentImportEvent in org.imixs.archive.importer.ftp
Methods in org.imixs.archive.importer.ftp with parameters of type DocumentImportEvent Modifier and Type Method Description StringCSVImportService. importData(InputStream imputStream, String encoding, String type, String keyField, DocumentImportEvent event)This method imports all entities from a csv file.voidCSVImportService. onEvent(DocumentImportEvent event)This method reacts on a CDI ImportEvent and imports the data of a CSV file form a ftp server.voidFTPImportService. onEvent(DocumentImportEvent event)This method reacts on a CDI ImportEvent and reads documents form a ftp server. -
Uses of DocumentImportEvent in org.imixs.archive.importer.mail
Methods in org.imixs.archive.importer.mail with parameters of type DocumentImportEvent Modifier and Type Method Description voidIMAPImportService. onEvent(DocumentImportEvent event)This method reacts on a CDI ImportEvent and reads documents form a IMAP server.
-