Uses of Class
org.imixs.archive.importer.DocumentImportEvent
Packages that use DocumentImportEvent
Package
Description
-
Uses of DocumentImportEvent in org.imixs.archive.importer
Fields in org.imixs.archive.importer with type parameters of type DocumentImportEventModifier and TypeFieldDescriptionprotected jakarta.enterprise.event.Event<DocumentImportEvent>DocumentImportScheduler.importEventsMethods in org.imixs.archive.importer with parameters of type DocumentImportEventModifier and TypeMethodDescriptionvoidDocumentImportService.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 DocumentImportEventModifier and TypeMethodDescriptionCSVImportService.importData(InputStream inputStream, String encoding, String type, String keyField, DocumentImportEvent event) This method imports all entities from a csv file.protected org.imixs.workflow.FileDataCSVImportService.importFromFTP(String ftpServer, String csvSelector, String encoding, DocumentImportEvent event) Helper method to import the data source from a FTP server The method returns a byte array with the file raw data.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 DocumentImportEventModifier and TypeMethodDescriptionvoidIMAPImportService.onEvent(DocumentImportEvent event) This method reacts on a CDI ImportEvent and reads documents form a IMAP server.